acme-commander
Twin-panel file manager.
Usage
Quick start assumes you run a common desktop. Customizing your system? Make sure you have all dependencies, including GNOME JavaScript v1.52 or newer, and PyGTK:
sudo apt update && sudo apt install bash coreutils gir1.2-gtk-3.0 git gjs npm python-gtk2
Then install with npm:
npm i -g acme-commander
echo prefix=~/.local >> ~/.npmrc
npm i -g acme-commander
Run:
acme-commander
echo 'export PATH="~/.local/bin:$PATH"' >> ~/.profile
source ~/.profile
acme-commander
Development
Also install Yarn. Get started:
git clone https://github.com/makepost/acme-commander
cd acme-commander
yarn
yarn start
yarn format
yarn coverage && xdg-open coverage/index.html
VS Code will highlight mistakes and provide autocomplete, as long as you follow JSDoc @param and @type.
License
MIT