{"id":16344266,"url":"https://github.com/cidem/todo-fish","last_synced_at":"2025-11-06T19:30:32.768Z","repository":{"id":118785193,"uuid":"211941980","full_name":"cideM/todo-fish","owner":"cideM","description":"Pretty-print progress of an arbitrary number of todo.txt files","archived":false,"fork":false,"pushed_at":"2023-03-09T09:16:03.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T19:15:52.380Z","etag":null,"topics":["fish","fisher","todotxt"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cideM.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":"2019-09-30T19:44:01.000Z","updated_at":"2023-03-09T09:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"929b3263-2ddb-492d-be22-2722b98c2639","html_url":"https://github.com/cideM/todo-fish","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/cideM%2Ftodo-fish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Ftodo-fish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Ftodo-fish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Ftodo-fish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cideM","download_url":"https://codeload.github.com/cideM/todo-fish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239501571,"owners_count":19649478,"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":["fish","fisher","todotxt"],"created_at":"2024-10-11T00:27:40.843Z","updated_at":"2025-11-06T19:30:32.738Z","avatar_url":"https://github.com/cideM.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fish :fish: Shell `todo.txt` parser\n\nSuper minimal `todo.txt` pretty-printer.\n\n## Quickstart\n\n```fish\nfisher install cideM/todo-fish\n```\n\n```fish\n$ echo \"x this is done\" \u003e todo.txt\n$ echo \"not done\" \u003e\u003e todo.txt\n$ echo \"(A) priority\" \u003e\u003e todo.txt\n$ echo todo.txt | ftd\n.\n    [ ] (A) priority\n    [ ] not done\n$ echo todo.txt | ftd -v\n.                   (1/3)\n    [ ] (A) priority\n    [ ] not done\n    [x] this is done\n```\n\n## Installation\n\n### Fisher\n\nInstall with [Fisher](https://github.com/jorgebucaran/fisher) (recommended):\n\n```shell\nfisher install cideM/todo-fish\n```\n\n### Manual\n\nThis assumes that you're fish config folder is located under `~/.config/fish`\n\n```shell\ncurl https://raw.githubusercontent.com/cideM/todo-fish/master/functions/ftd.fish\\\n  -o ~/.config/fish/functions/ftd.fish\n```\n\n## Usage\n\nPipe a list of file paths to `ftd`...\n\n```fish\necho todo.txt | ftd\n```\n\n...or call with filenames\n\n```fish\nftd todo.txt\n```\n\nCall it with the `-v` or `--verbose` flag for progress stats and displaying done tasks.\n\n```fish\necho todo.txt | ftd -v\n```\n\n## Recipes\n\n### How to show the stats for several todo.txt files\n\n```fish\nfd todo.txt | ftd\n```\n\nJust use whatever program generates a list of paths to `todo.txt` files and pipe it into `ftd`. Alternatively pass the file names as positional parameters:\n\n```fish\nftd path/to/todo.txt path/to/another/todo.txt\n```\n\n## TODO\n\n- [ ] Rename -v to --show-done and --show-stats\n- [x] Accept positional params for file lists\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Ftodo-fish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcidem%2Ftodo-fish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Ftodo-fish/lists"}