Requires Gleam and just for development and Zenity and Erlang for runtime.
# 1. Clone this git repository
git clone https://codeberg.org/salif/nemo_gleam.git
cd nemo_gleam
# 2. Build the project
just make
# (Optional) JavaScript target:
just make-js
# (Optional) A single executable file:
just make-escript
# 3. Install to ~/.local/
just install-local
# or
# Install to /usr/
just install
It's available through the Arch User Repository as package nemo_gleam. You can use your prefered helper to install it.
yay -S nemo_gleam
The extension will be installed for Nemo and Dolphin.
If you use Nautilus file manager, additionally run this command:
just install-ext-nautilus
If you use Caja file manager, additionally run this command:
just install-ext-caja
If you use PCMan file manager, additionally run this command:
just install-ext-pcmanfm
Usage: gleam-action <COMMAND>
Commands:
actions Actions (buttons)
list Actions (list)
act Action
Translations are located in the locales folder.
gleam run # Run the project
gleam test # Run the tests