{"id":18777595,"url":"https://github.com/salif/nemo_gleam","last_synced_at":"2026-01-31T05:01:37.219Z","repository":{"id":249823617,"uuid":"832393104","full_name":"salif/nemo_gleam","owner":"salif","description":"[Mirror] GUI extension for Gleam development","archived":false,"fork":false,"pushed_at":"2024-09-21T18:41:20.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T06:46:45.537Z","etag":null,"topics":["cli","gleam","gleam-lang","gleam-language","gui-wrapper","nemo","nemo-contextmenu","nemo-extension","zenity"],"latest_commit_sha":null,"homepage":"https://codeberg.org/salif/nemo_gleam","language":"Gleam","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-23T00:00:40.000Z","updated_at":"2024-11-01T18:35:09.000Z","dependencies_parsed_at":"2025-02-19T15:56:01.931Z","dependency_job_id":null,"html_url":"https://github.com/salif/nemo_gleam","commit_stats":null,"previous_names":["salif/nemo_gleam"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/salif/nemo_gleam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fnemo_gleam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fnemo_gleam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fnemo_gleam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fnemo_gleam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salif","download_url":"https://codeload.github.com/salif/nemo_gleam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fnemo_gleam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28929862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gleam","gleam-lang","gleam-language","gui-wrapper","nemo","nemo-contextmenu","nemo-extension","zenity"],"created_at":"2024-11-07T20:12:29.806Z","updated_at":"2026-01-31T05:01:37.203Z","avatar_url":"https://github.com/salif.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphical user interface for Gleam development\n\n[![Package Version](https://img.shields.io/hexpm/v/nemo_gleam)](https://hex.pm/packages/nemo_gleam)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/nemo_gleam/)\n\n## Install\n\nRequires [Gleam](https://gleam.run) and [just](https://just.systems/) for development and\n[Zenity](https://gitlab.gnome.org/GNOME/zenity) and [Erlang](https://www.erlang.org/) for runtime.\n\n### Build from source\n\n```sh\n# 1. Clone this git repository\ngit clone https://codeberg.org/salif/nemo_gleam.git\ncd nemo_gleam\n\n# 2. Build the project\njust make\n\n# (Optional) JavaScript target:\njust make-js\n\n# (Optional) A single executable file:\njust make-escript\n\n# 3. Install to ~/.local/\njust install-local\n# or\n# Install to /usr/\njust install\n```\n\n### Arch Linux\n\nIt's available through the Arch User Repository as package\n[nemo_gleam](https://aur.archlinux.org/packages/nemo_gleam).\nYou can use your prefered helper to install it.\n\n```sh\nyay -S nemo_gleam\n```\n\n### File managers\n\nThe extension will be installed for Nemo and Dolphin.\n\n#### Nautilus\n\nIf you use Nautilus file manager, additionally run this command:\n\n```sh\njust install-ext-nautilus\n```\n\n#### Caja\n\nIf you use Caja file manager, additionally run this command:\n\n```sh\njust install-ext-caja\n```\n\n#### PCManFM\n\nIf you use PCMan file manager, additionally run this command:\n\n```sh\njust install-ext-pcmanfm\n```\n\n## CLI\n\n```sh\nUsage: gleam-action \u003cCOMMAND\u003e\n\nCommands:\n  actions   Actions (buttons)\n  list      Actions (list)\n  act       Action\n```\n\n## Contribute\n\n### Translate\n\nTranslations are located in the [locales](./locales/) folder.\n\n\u003c!--\n```sh\ngleam add nemo_gleam@1\n```\n```gleam\nimport nemo_gleam\n\npub fn main() {\n  // TODO: An example of the project in use\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/nemo_gleam\u003e.\n--\u003e\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalif%2Fnemo_gleam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalif%2Fnemo_gleam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalif%2Fnemo_gleam/lists"}