Releases: ClementNerma/Jumpy
Releases · ClementNerma/Jumpy
v0.2.0
New version!
-
BREAKING:
add <path>
subcommand doesn't increment registered directories anymore -
NEW:
inc <path>
replaces the previousadd <path>
subcommand's behaviour -
NEW:
query <path> --checked
to find the first existing directory (previous ones will be removed from database) -
NEW:
optimize
subcommand to optimize database -
PERF: Switch to a
HashMap
instead of using aBTreeMap
-
STABILITY: Automatically check when database changes need to be flushed to the disk
v0.1.1
Preview version 0.1.1
Changes:
- Added
del <path>
action to remove a registered directory from the database
Fixes:
- Correctly flush index to disk after writings
v0.1.0
Initial version of Jumpy!
- Support for adding directories to database with
jumpy add <path>
- Support for querying database with
jumpy query <path>
- Support for listing all registered directories with
jumpy list
- Support for clearing database with
jumpy clear
- Support for custom index file path with
--index-file
- Support for ranked query results
- Support for results cycling depending on CWD