{"id":19465731,"url":"https://github.com/risgar/cli-launcher","last_synced_at":"2025-02-25T13:34:27.579Z","repository":{"id":212389126,"uuid":"627561547","full_name":"RisGar/cli-launcher","owner":"RisGar","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-22T17:14:54.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T03:53:00.463Z","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":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RisGar.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}},"created_at":"2023-04-13T18:13:00.000Z","updated_at":"2023-04-22T15:46:17.000Z","dependencies_parsed_at":"2023-12-14T02:10:47.702Z","dependency_job_id":"45f21158-d18e-414e-9029-843f028a06f0","html_url":"https://github.com/RisGar/cli-launcher","commit_stats":null,"previous_names":["risgar/cli-launcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcli-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcli-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcli-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcli-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RisGar","download_url":"https://codeload.github.com/RisGar/cli-launcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240676949,"owners_count":19839601,"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-10T18:23:07.364Z","updated_at":"2025-02-25T13:34:27.551Z","avatar_url":"https://github.com/RisGar.png","language":"Go","readme":"# cli-launcher\n\nA tool built with [bubbletea](https://github.com/charmbracelet/bubbletea) to display a list of terminal commands with custom titles. My use case for this program is listing out terminal games installed on my system.\n\n## Installation\n\n```console\n$ make build\ngo build -o bin/term-games\n```\n\n## Configuration\n\nTo specify the terminal commands, which should be used available, edit the `iterms` variable in the `config.go` file.\n\n```go\nvar items []list.Item = []list.Item{\n\titem{title: \"Program 1\", desc: \"command_in_path\"},\n\titem{title: \"Program 2\", desc: \"/full/path/to/executable\"},\n}\n```\n\nThe `title` field can be any string, however the `desc` field has to be the command executable.\nFor commands in your `$PATH`, you can provide the executable directly, for others, please provide a full path to the executable.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisgar%2Fcli-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisgar%2Fcli-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisgar%2Fcli-launcher/lists"}