1.5.5 • Published 6 years ago

acme-commander v1.5.5

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

acme-commander

Twin-panel file manager.

screenshot from 2017-10-29 16-32-37

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:

# Ubuntu 17.10
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

# Above not working? Try a local prefix:
echo prefix=~/.local >> ~/.npmrc
npm i -g acme-commander

Run:

acme-commander

# Command not found? Add a search path:
echo 'export PATH="~/.local/bin:$PATH"' >> ~/.profile
source ~/.profile
acme-commander

Development

Also install Yarn. Get started:

# clone repo
git clone https://github.com/makepost/acme-commander
cd acme-commander

# install dependencies
yarn

# open gjs with hot reload
yarn start

# lint all JS files in `bin` and `src`
yarn format

# run tests and see coverage
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

1.5.5

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago