{"id":21215441,"url":"https://github.com/choueric/readline","last_synced_at":"2025-10-05T02:56:42.249Z","repository":{"id":57515732,"uuid":"102059920","full_name":"choueric/readline","owner":"choueric","description":"library for command line auto-completion ","archived":false,"fork":false,"pushed_at":"2017-09-15T09:59:23.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T16:31:52.961Z","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/choueric.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}},"created_at":"2017-09-01T01:17:27.000Z","updated_at":"2017-09-01T01:20:22.000Z","dependencies_parsed_at":"2022-08-28T16:51:20.205Z","dependency_job_id":null,"html_url":"https://github.com/choueric/readline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choueric%2Freadline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choueric%2Freadline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choueric%2Freadline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choueric%2Freadline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/choueric","download_url":"https://codeload.github.com/choueric/readline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243664634,"owners_count":20327513,"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-20T21:38:45.917Z","updated_at":"2025-10-05T02:56:37.191Z","avatar_url":"https://github.com/choueric.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# readline\n\nGolang imitation of library readline for command line operations, including\nline-editing shortcut keys and auto-completion.\n\nSupport multi-byte encoding.\n\n# Usage\n\n# Implementation\n\nCompletable elements may include commands, arguments, file names and other\nentities, depending on the specific interpreter and its configuration.\n\n# TODO\n \n## feature\n\n- [X] add self-defined auto-complete interface.\n- [X] add auto-complete interface for list files and directories.\n- [X] use completer\n- [ ] multi-line input strings, single-line input strings that are long enough\n\t  to wrap,\n\n- [o] separate it to a library \n- [ ] can not auto-complete multi sub-commands as options, like\n\t  `git add --a --b a.c`, here, '--a', '--b' and 'a.c(fs-completer)' are\n\t  sub-commands.\n- [ ] Make pretty output formate of candidates\n- [ ] Add test case\n\n## bug\n\n- [ ] can not auto-complete 'ls //usr/l'\n- [ ] fs-completer: when tab enter and complete to 'ls /usr/ ', there is an \n      extra space after '/', which make user to delete this space and then\n\t  enter space to auto-complete for the next path node.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoueric%2Freadline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchoueric%2Freadline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoueric%2Freadline/lists"}