you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 2 years ago* (4 children)

Use Zsh or Fish and tab completion.

  • source
  • hideshow 4 child comments
  • [–] 8 points 2 years ago (3 children)

    Or better yet, use z or zoxide:
    "z down" will fuzzy match the "~/Download" folder.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 2 years ago

    Never used or heard of it before but apparently zoxide is only for cd command, do you happen to know if there's some fuzzy match for in general?

    At the moment what I do is history foo | grep -i "bar"

  • source
  • parent