{"id":18131654,"url":"https://github.com/mrtc0/appman","last_synced_at":"2025-04-15T23:05:52.074Z","repository":{"id":64985145,"uuid":"579819195","full_name":"mrtc0/appman","owner":"mrtc0","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-08T06:03:41.000Z","size":171,"stargazers_count":6,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T04:15:33.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtc0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-19T02:12:09.000Z","updated_at":"2023-05-19T07:19:08.000Z","dependencies_parsed_at":"2024-06-21T08:26:19.131Z","dependency_job_id":"fbee0fd5-cc71-46ef-826d-a2ad04e89a80","html_url":"https://github.com/mrtc0/appman","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fappman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fappman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fappman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fappman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtc0","download_url":"https://codeload.github.com/mrtc0/appman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246363673,"owners_count":20765328,"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":[],"created_at":"2024-11-01T12:08:29.403Z","updated_at":"2025-03-30T18:31:26.781Z","avatar_url":"https://github.com/mrtc0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appman\n\nA TUI tools that simple process manager for developers.\n\n![appman screenshot](./misc/appman.png)\n\n# Install\n\n```shell\n$ go install github.com/mrtc0/appman\n```\n\n# Configuration\n\n### Example\n\n```yaml\n- name: \"frontend\"\n  path: \"/path/to/frontend\"\n  startCommand: [\"npm\", \"run\", \"start\"]\n  port: 3000\n  url: \"http://localhost:3000\"\n\n- name: \"api\"\n  path: \"/path/to/backend\"\n  startCommand: [\"go\", \"run\", \"main.go\"]\n  port: 5600\n  url: \"http://localhost:5600\"\n\n- name: \"database\"\n  path: \"/path/to/backend\"\n  startCommand: [\"docker\", \"compose\", \"up\"]\n  stopCommand: [\"docker\", \"compose\", \"down\"]\n```\n\n### `name` (required)\n\n`name` is application name.\n\n### `path` (required)\n\n`path` is the directory from which to run the application.\n\n### `startCommand` (required)\n\n`startCommand` is a command to start an application.\n\n### `stopCommand` (optional)\n\n`startCommand` is a command to stop an application.  \nIf `stopCommand` is not specified, appman will send SIGTERM to the process when it stops the application.\n\n### `port` (optional)\n\n`port` is application port number.\n\n### `url` (optional)\n\n`url` is application URL.\n\n# Command\n\n- `Tab`: Switching focus.\n- `Enter`: Item selection.\n- `Ctrl + C` or `ESC`: Exit appman. All applications are automatically stopped.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fappman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtc0%2Fappman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fappman/lists"}