Changes
- selected files now indented like ranger
- Use notify::RecommendedWatcher to simplify code and support BSD platforms
- Thanks to @unrelentingtech
- track child processes and properly close them when complete
- add H, L and M vim actions
- combine --output-dir and --choosefiles into a single argument
--output-file
is used for all output by joshuto and can be specified what to output by:quit --output-current-directory
quit --output-selected-files
- add pbcopy to support macos file ops
- Thanks to @ztlevi
- inform user how many files was selected when glob selecting
- zoxide support
- add ctrl+h as hidden files toggle
- Thanks to @Diaoul
- Github clippy workflow and rustfmt stuff
- Thanks to @dmarcoux
- split up keymaps into different modes
default_view
defaulttask_view
for when viewing io processeshelp_view
for viewing help menu
- Add flat command
- Thanks to @krivahtoo
- Add
hsplit
view to view 2 tabs at once - Add ability to check whether a preview is outdated and update it accordingly
Fixes
- fix regular file styling not respecting theme
- fix file preview showing a blank line
- fix
confirm_exit
not working - fix
open
not selecting file - fix
bulk_rename
confirmation logic