Graphical user interface for Gleam development
  • Gleam 86.9%
  • Just 10.3%
  • JavaScript 2.1%
  • Shell 0.7%
Find a file
2024-09-21 21:40:16 +03:00
actions Добавяне на uninstall.txt и make-pkg, премахване на new project nemo action 2024-08-09 19:36:17 +03:00
locales Improve installation and add a manual 2024-09-21 21:40:16 +03:00
manual Improve installation and add a manual 2024-09-21 21:40:16 +03:00
scripts Improve installation and add a manual 2024-09-21 21:40:16 +03:00
src Improve installation and add a manual 2024-09-21 21:40:16 +03:00
.editorconfig Използване на justfile за инсталиране 2024-08-01 15:52:51 +03:00
.gitignore Improve installation and add a manual 2024-09-21 21:40:16 +03:00
gleam.toml Improve installation and add a manual 2024-09-21 21:40:16 +03:00
justfile Improve installation and add a manual 2024-09-21 21:40:16 +03:00
LICENSE.txt Improve installation and add a manual 2024-09-21 21:40:16 +03:00
manifest.toml Improve installation and add a manual 2024-09-21 21:40:16 +03:00
README.md Improve installation and add a manual 2024-09-21 21:40:16 +03:00

Graphical user interface for Gleam development

Package Version Hex Docs

Install

Requires Gleam and just for development and Zenity and Erlang for runtime.

Build from source

# 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

Arch Linux

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

File managers

The extension will be installed for Nemo and Dolphin.

Nautilus

If you use Nautilus file manager, additionally run this command:

just install-ext-nautilus

Caja

If you use Caja file manager, additionally run this command:

just install-ext-caja

PCManFM

If you use PCMan file manager, additionally run this command:

just install-ext-pcmanfm

CLI

Usage: gleam-action <COMMAND>

Commands:
  actions   Actions (buttons)
  list      Actions (list)
  act       Action

Contribute

Translate

Translations are located in the locales folder.

Development

gleam run   # Run the project
gleam test  # Run the tests