wting/autojump

Possible interest in merging features from the `re` tool

charguer opened this issue · 0 comments

Hi, I am the author of the re tool: https://github.com/charguer/re
which also aims at saving time with cd commands.

I think the tool has features that would nicely completes those of autojump. In particular:

  • it does not require the folder to have already been visited (useful e.g. if you saved a file from a GUI application).
  • it prioritize "recent update to the folder" over "number of visits to the folder" (perhaps a combination of both would be useful).
  • it displays a short list of options, rather than guessing that the first entry is the one you are interested in.

Feel free to pick up ideas from my tool, which has a trivial implementation (<100 lines of bash).