jumpy icon indicating copy to clipboard operation
jumpy copied to clipboard

A simple command-line jump utility (now with zsh completion!)

Results 4 jumpy issues
Sort by recently updated
recently updated
newest added

- Colored (something to contrast the aliases from the paths) - Alphabetically sorted by alias - Group aliases to same dir underneath, recolored, indented - Most frequently-used alias is top-level...

We should track the following per alias: - `createdAt` creation date (UNIX timestamp) - `active` (accessed >= `$THRESHOLD` times in past 2 weeks) - `lastActiveFrequency` accesses/day of use during last...

We should probably switch to a fuzzy-match library like Lunr.js. Should be tunable after #4 is done.

Right now `.jumprc` is just an inline JSON string, we should switch to a more editable and readable format. Toml seems like a hip format so maybe? ¯_(ツ)_/¯