{"id":20033065,"url":"https://github.com/lauft/timew-bashcompletion","last_synced_at":"2026-03-04T09:02:56.734Z","repository":{"id":84145140,"uuid":"102219140","full_name":"lauft/timew-bashcompletion","owner":"lauft","description":"Bash completion for Timewarrior","archived":false,"fork":false,"pushed_at":"2024-05-29T12:55:42.000Z","size":26,"stargazers_count":32,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-14T07:51:30.541Z","etag":null,"topics":["bash-completion","timewarrior"],"latest_commit_sha":null,"homepage":"","language":null,"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/lauft.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2017-09-02T19:33:15.000Z","updated_at":"2025-11-02T14:25:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a20fe77-bda5-4464-9097-e5d0bf2bffea","html_url":"https://github.com/lauft/timew-bashcompletion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lauft/timew-bashcompletion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauft%2Ftimew-bashcompletion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauft%2Ftimew-bashcompletion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauft%2Ftimew-bashcompletion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauft%2Ftimew-bashcompletion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lauft","download_url":"https://codeload.github.com/lauft/timew-bashcompletion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauft%2Ftimew-bashcompletion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash-completion","timewarrior"],"created_at":"2024-11-13T09:44:25.227Z","updated_at":"2026-03-04T09:02:56.706Z","avatar_url":"https://github.com/lauft.png","language":null,"readme":"# timew-bashcompletion\n\nBash completion for [Timewarrior](https://www.timewarrior.net)\n\n## Installation\n\n1. Clone the repository.\n2. Copy or link the bash script to the appropriate place.\n\n### Clone the repository\n\n```\n$ git clone https://github.com/lauft/timew-bashcompletion.git\n```\n\n### Copy/link the Bash script\n\nYou can either copy or symbolic link the bash script to install it.\nFor global installation the target directory is `/etc/bash_completion.d`:\n\n```\n$ cd /etc/bash_completion.d\n$ ln -s /path/to/timew_bashcompletion_repo/timew\n```\n\nAlternatively you can source the completion script in your current shell.\n\n## Usage\n\nType a (partial) Timewarrior command and hit `[TAB][TAB]`\n\nList available commands:\n```\n$\u003e timew[TAB][TAB]\ncancel       diagnostics  help         report       stop         untag\nconfig       export       join         shorten      summary      week\ncontinue     extensions   lengthen     show         tag\nday          gaps         month        split        tags\ndelete       get          move         start        track\n```\n\nComplete a partial command:\n```\n$\u003e timew st[TAB][TAB]\nstart  stop\n```\n\nFor `timew tag` you can get a list of available tags after entering an id:\n```\n$\u003e timew tag @2 [TAB][TAB]\nTAG1    TAG2    TAG3\n```\n\n## Environment variables\n\nWith increasing size of your Timewarrior database the number of tags can also get quite large.\nIn consequence, the completion of tags can become quite slow.\n\nWith the environment variable `TIMEW_COMPLETION_TAGS_RANGE`, you can set a search range for your tags, e.g. `4w` for the last 4 weeks.\nThe default is `:all` for the complete database.\nSee `timew help ranges` and `timew help hints` for details on that.\n\n## Limits\n\nCurrently, not all commands are fully supported - work in progress!\n\n## License\n\nThis work is licensed under the [MIT licence](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauft%2Ftimew-bashcompletion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flauft%2Ftimew-bashcompletion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauft%2Ftimew-bashcompletion/lists"}