homerours / jumper

Accurate and fast files/directories' jumper
MIT License
43 stars 0 forks source link

feature request: don't show files that no longer exist #5

Closed nimr0d closed 1 month ago

homerours commented 2 months ago

Yes, that's a nice option to have. There is now a -e flag that does that. It is not enabled by default, so you'll have to add it to the __JUMPER_FLAGS and __JUMPER_ZFLAGS. Note that this may cause some slowdown if checking for some files/folders is slow (e.g. files on some remote share). Alternatively, running jumper clean ... removes from the databases files/folders that do not exist anymore.