Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dmcg310 dmcg310 released this 26 Aug 22:42
· 10 commits to main since this release

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.