{"id":20177179,"url":"https://github.com/remixer-dec/navboat","last_synced_at":"2026-05-08T22:03:27.996Z","repository":{"id":215994414,"uuid":"740082306","full_name":"remixer-dec/navboat","owner":"remixer-dec","description":"macos statusbar widget to run cli services, stored in a tiny YAML config","archived":false,"fork":false,"pushed_at":"2024-01-07T20:30:07.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T16:28:06.329Z","etag":null,"topics":["devops","generative-ai","macos","rumps","widget"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remixer-dec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-07T13:27:39.000Z","updated_at":"2024-05-18T05:30:54.000Z","dependencies_parsed_at":"2024-01-11T00:12:50.409Z","dependency_job_id":"97515340-27d3-4b1a-a9c8-c567a70c7496","html_url":"https://github.com/remixer-dec/navboat","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"b4b7683ffb56dc1bba1019faae186d4b2aeb3ac1"},"previous_names":["remixer-dec/navboat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remixer-dec%2Fnavboat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remixer-dec%2Fnavboat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remixer-dec%2Fnavboat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remixer-dec%2Fnavboat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remixer-dec","download_url":"https://codeload.github.com/remixer-dec/navboat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241612265,"owners_count":19990760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["devops","generative-ai","macos","rumps","widget"],"created_at":"2024-11-14T02:14:18.803Z","updated_at":"2026-05-08T22:03:27.964Z","avatar_url":"https://github.com/remixer-dec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cimg src=\"https://i.imgur.com/tCGf9Js.png\" height=\"200\"\u003e\n\u003c/p\u003e\n  \n## NavBoat\nA quick service control widget for mac os navbar.  \nTransform your cli services into a YAML config file and run them in 2 clicks!  \n  \n\u003cimg src=\"https://i.imgur.com/mEsVQQS.png\" height=\"300\"\u003e\n\n### Features\n- Supports background services\n- Shows open ports for running services, click on a host opens a browser tab\n- Can show status and physical memory, of a process, including its spawned subprocesses.\n- Supports virtual environments\n- Supports environment variables\n- Supports service auto-run\n- Supports nested categories\n- Fully shuts down all processes on exit\n- Supports additional actions (like updating or building)\n\n### Setup\n`pip install rumps psutil PyYAML`  \n`python src/app.py`\n\n### Project status\nProof-of-concept, needs refactoring. \nConfig syntax may change. Errors in third-party services are not reported.\nFramework limitations allow to update the widget only when it is not open.\nIt is partially updated every 5 seconds with a full refresh every minute.\n\n### Syntax\n```YAML\n# required\n    - name: action name\n      type: subprocess # only subprocess is supported right now\n      background: bool # is this a service or a single-run script\n      dir: /path/to/working/directory/of/the/service # where is the target dir located\n      command: ./server # what to run\n      arguments: -ngl 1 # cli arguments\n# optional\n      env: # a list of enviromnet variables, add _clean to clear existing env.variables\n      venv: # path to python venv activation file.\n      wait_for: word # change service status to running only when a word is found in stdout (or on timeout). Stderr and sub-process stdout is not supported.\n      shell: bool # use this to run cli commands if regular mode does not work, in this case all commands should be passed in \"command\" and \"arguments\" should be empty (TODO: fix).\n      window: bool # open terminal window.\n      autorun: bool # run the service when this app is started.\n      subactions: # a list of extra actions to run\n        - name: Update # subaction name\n          when: stopped # when to show the action (update \u0026 rebuild only whe the service is running, make api calls when it is running)\n          window: true # open terminal window\n          command: | # list of commands to run, will be concatinated with `\u0026\u0026`\n            git pull\n            make clean\n            env -i make\n            exit\n```\n\n### Improvement ideas\n- cron-like services\n- profiles for various arguments\n- auto-file-dir argument, selecting a file from directory and passing it as an argument (useful for LLM files)\n- sub-action status\n  \n### Special thanks\nThis project is heavily based on [RUMPS](https://github.com/jaredks/rumps) widget framework.\n  \n### License\n[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremixer-dec%2Fnavboat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremixer-dec%2Fnavboat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremixer-dec%2Fnavboat/lists"}