ZXP
v1.2.0
Very fast file explorer
Features:
After you install it, just run zxp and it will open up. After that, you just type in the directories that you want to go to.
path/to/source :delete, :d, :remove, :rm deletes source file/directorypath/to/source :rename, :r new_name renames source file/directorypath/to/source :move, :m path/to/destiation moves a file/directory:quit, :q quits out of the program:back, :b goes back a directory:hidden, :h toggles hidden files$ <command> runs whatever command you specifyYou can download the binary from the releases and put it in a PATH folder (such as ~/.local/bin/) or you can run this command to automatically do that for you
wget https://github.com/Zybyte85/ZXP/releases/latest/download/zxp -O ~/.local/bin/zxp && chmod +x ~/.local/bin/zxp
On Linux:
pyinstaller --onefile --add-data "emojis.json:." zxp.py
On Windows (not tested):
pyinstaller --onefile --add-data "emojis.json;." zxp.py
(yes there is a difference in the ":" vs ";")