All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Add
--disable-delete-confirmation
flag to not immediately delete files without a prompt (imsnif#71) - @markafarrell
- Add
--apparent-size
flag to show actual file size rather than file size on disk (imsnif#66) - @imsnif
- Change delete key to BACKSPACE for cross platform support (imsnif#64) - @maxheyer
- Do not crash with extremely large files/folders (imsnif#63) - @Freaky
- Show warning when trying to delete while still scanning (imsnif#60) - @mhdmhsni
- Add ability to zoom in and out (eg. to see small files) (imsnif#61) - @imsnif
- Add a visual indication when running as root (imsnif#57) - @c3st7n
- Change delete key to DELETE (imsnif#59) - @maxheyer
- Support emacs keybindings (imsnif#40) - @redzic
- Make enter select largest folder if nothing is selected (imsnif#45) - @redzic
- Keep track of tile selection in previous folder (imsnif#53) - @therealprof
- Do not scan in parallel when running tests (imsnif#43) - @redzic
- Prevent crashes for multibyte characters on grid (imsnif#51) - @goto-bus-stop
- Show quit shortcut in legend (imsnif#46) - @olehs0
- Remove unneeded dev dependency (imsnif#35) - @ignatenkobrain
- Improve scanning speed (imsnif#38) - @imsnif
- Refactor movement methods (imsnif#31) - @phimuemue
- Cross platform file size calculation (imsnif#28) - @Freaky
- Bumped insta dependency to 0.16.0, bumped cargo-insta dependency to 0.16.0 (imsnif#25) - @tim77
- Bumped tui dependency to 0.9 (imsnif#30) - @silwol
Initial release with all the things.