{"id":20758026,"url":"https://github.com/qu4tro/targetbox","last_synced_at":"2025-08-03T23:06:42.462Z","repository":{"id":72502415,"uuid":"50977535","full_name":"Qu4tro/targetbox","owner":"Qu4tro","description":"A simple and generic menu for the command line","archived":false,"fork":false,"pushed_at":"2019-08-17T14:00:20.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T21:02:11.046Z","etag":null,"topics":["command-line-tool","library","menu","menu-navigation","tui"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Qu4tro.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":"2016-02-03T05:54:11.000Z","updated_at":"2019-08-17T14:00:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cbf97c7-5848-4c2c-b91c-36f97765047d","html_url":"https://github.com/Qu4tro/targetbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Qu4tro/targetbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qu4tro%2Ftargetbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qu4tro%2Ftargetbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qu4tro%2Ftargetbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qu4tro%2Ftargetbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qu4tro","download_url":"https://codeload.github.com/Qu4tro/targetbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qu4tro%2Ftargetbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["command-line-tool","library","menu","menu-navigation","tui"],"created_at":"2024-11-17T09:48:33.451Z","updated_at":"2025-08-03T23:06:42.360Z","avatar_url":"https://github.com/Qu4tro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"targetbox\n========\n\n*Fast TUI prototyping*\n\nQuick usage overview:\n\n```python\n\u003e\u003e\u003e from targetbox import Menu\n\u003e\u003e\u003e content = range(100)\n\u003e\u003e\u003e menu = Menu(content)\n```\n\n![Menu screenshot](img/screenshot.png)\n\nWhy **targetbox**?\n----------\n\nThat's a good question. **targetbox** takes inspiration from other projects like \n[Choose](https://github.com/geier/choose), \n[Pick](https://github.com/thoughtbot/pick) and\n[Selecta](https://github.com/garybernhardt/selecta).\nHowever these tools only let you choose a option and do one thing with it.\n\ntargetbox is a new alternative that is more extensible! You can:\n    Set your own keybindings that act on the selected text, \n    Change the colorscheme to your own liking and a lot more.\n\nThe Basics\n----------\n\n```python\n\u003e\u003e\u003e from targetbox import Menu\n\u003e\u003e\u003e content = range(100)\n\u003e\u003e\u003e menu = Menu(content=content,\n                keybindings=keybindings\n                colorscheme=colorscheme)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqu4tro%2Ftargetbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqu4tro%2Ftargetbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqu4tro%2Ftargetbox/lists"}