Releases: dmcg310/Rust-Traverse
Releases · dmcg310/Rust-Traverse
v2.0.0
Features:
- Copy and move files or directories based on a move/copy buffer, this buffer holds all the 'selected' files/dirs that the user wants to move or copy, once navigating to a new directory the user can then paste or move them.
- Exclude Directories line configuration option, this helps with reducing how many files the FZF would need to look through, as you can just include entire directories. For instance, '.git', etc.
Bug fixes:
- FZF path bug, this bug would stop the user from navigating to a file from within the finder panel, this was due to the
abbreviate_path()
function which would make viewing a file path shorter if it gets too long -- to fit it on screen. This function meant the user would be trying to navigate to a directory that doesn't exist (an abbreviated path). - Key conflicts resolved.
- Moving in the files pane with one file, if the user would try to move up or down in a directory with only 1 file, it would cause the program to panic and crash.
v1.1.0
Bug fixes:
- Long directory paths would be cut off when getting rendered.
- Typing 'q' in file or directory name input would close the input box.
- Previewing unreadable files would crash 'panic' the entire application.
- If the 'traverse' directory didn't exist to place configuration files the application would also crash.
In progress:
- Copying and moving files or directories.
- Windows Support.