What's Changed
-
Rebrand from
zfe
toJido
by @BrookJeynes in #16
I felt that I wanted this project to have more of its own identity so I decided now that this project is getting closer to a v1.0 release, it's time to give it a proper name. -
Added command mode by @BrookJeynes in #14
Command mode is a way for users to enter Jido commands.
Currently supported commands:Command mode: :q :Exit. :config :Navigate to config directory if it exists. :trash :Navigate to trash directory if it exists. :empty_trash :Empty trash if it exists. This action cannot be undone.
-
Deletes are now sent to
<config>/trash
instead of/tmp
. by @BrookJeynes in #15
Previously, deletes were sent to/tmp
. this made it convenient for cleanup however caused issues on certain distros. This was because the/tmp
dir was on a separate mount point and therefore the file was unable to be moved there. Tying into this, there is now a newempty_trash_on_exit
config option set tofalse
by default. -
Reworked the notification stylings. Notification stylings are now under the
notification
namespace within the config file. -
The code used to detect the git branch no longer needs git installed on the system.
-
Displayed file size now shows the correct file size for files.
Full Changelog: v0.7.0...v0.8.0