Skip to content

How to make tab completion sorted by last modified? #3793

Answered by LangLangBart
niksingh710 asked this question in Q&A
Discussion options

You must be logged in to vote
export FZF_CTRL_T_COMMAND="fd -H -tf --follow ${exclude_list[*]} | xargs ls -t"
export FZF_ALT_C_COMMAND="fd $dirPATH -td ${exclude_list[*]} | xargs ls -dt"

Have a look at Recommended way to sort results · Issue #196 · sharkdp/fd.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LangLangBart
Comment options

Answer selected by niksingh710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants