Minimal file manager in the terminal.
Single-key hotkeys for easy workflow.
Simple to configure and hack at.
What this is not: complex, with many features, with thousands of commits, hard to get into, promising support for special encodings or alphabets, supporting extra features like bulk rename.
- open terminal at current folder
- archive/extract
- make new folder
- toggle hidden files visibility
- rename
- delete
- undo delete
- copy/cut
- open file
- select multiple files
- configurable hotkeys
snap install --beta sharpshooter --devmode
snap remove sharpshooter
or download the latest .deb from the releases.
- edit the
.sharpshooter_config
in your home dir with your preferred hotkeys
- install
sudo apt-get install build-essential devscripts debhelper debmake dh-python python3-all
python3 setup.py sdist
mv dist/sharpshooter-*.tar.gz .
tar -xzmf sharpshooter-*.tar.gz
- cd into sharpshooter-* folder
debmake -b":python3"
debuild
- add
PYTHONUNBUFFERED=1
as env variable - check Emulate terminal in output console