{"id":13691011,"url":"https://github.com/Nephos/todo","last_synced_at":"2025-05-02T11:31:50.569Z","repository":{"id":77063568,"uuid":"85730372","full_name":"Nephos/todo","owner":"Nephos","description":"track your todo lists in your terminal","archived":false,"fork":false,"pushed_at":"2019-02-18T11:10:41.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-12T16:43:46.104Z","etag":null,"topics":["console","terminal","todo","todolist"],"latest_commit_sha":null,"homepage":"https://git.sceptique.eu/Sceptique/todo","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nephos.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":"2017-03-21T17:01:54.000Z","updated_at":"2024-03-09T22:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"921cfda9-f7b6-43dd-9064-c07f173c231f","html_url":"https://github.com/Nephos/todo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nephos%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nephos%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nephos%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nephos%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nephos","download_url":"https://codeload.github.com/Nephos/todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252030211,"owners_count":21683308,"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":["console","terminal","todo","todolist"],"created_at":"2024-08-02T17:00:38.571Z","updated_at":"2025-05-02T11:31:50.233Z","avatar_url":"https://github.com/Nephos.png","language":"Crystal","funding_links":[],"categories":["Cli Utils"],"sub_categories":[],"readme":"**Migrated to \u003chttps://git.sceptique.eu/Sceptique/todo\u003e**\n\n# todo\n\ntrack your todo lists in your terminal\n\n## Installation\n\n### Requirements\n\n- crystal (see the shards.yml file) (tested with v0.27.0)\n- shards\n\n### Build\n\n    make\n\n## Usage\n\n    todo # list the tasks\n    todo -l listX # list (-l = list selection) the tasks of a list\n    todo --rm ID # remove a task\n    todo --date DATE an example of content for a task # add a new task\n\n    Usage: todo [arguments]\n        -a=ID, --archive=ID              Move to archive\n        -u=ID, --update=ID               Update the task ID\n        -r=ID, --remove=ID               Delete the task ID\n        -d=DATE, --date=DATE             Set the date\n        --clear-all                      Remove everything in the list\n        -l=NAME, --list=NAME             Filter with the list NAME\n        --directory=PATH                 Change the directory of the todolist\n        -s, --sort                       Sort by date (by default)\n        -i, --sort-id                    Sort by id\n        -h, --help                       Show this help\n\n### Date parsing\nThere are several type of date format which are parsed automatically:\n\n- ``[Y]/\u003cM\u003e/\u003cD\u003e``: classic date format\n- ``D+\u003cn\u003e``: where n is the amount of days before the task ends\n\n## Configuration\n\n### Hooks\nI you want someting to get executed right after or before an operation,\nyou can setup some hooks.\nWrite a yaml file `~/.config/todorc` with the following structure:\n\n```yaml\nhooks:\n  before_load:\n    - some command to execute\n    - an other command\n  after_load:\n  before_add:\n  after_add:\n  before_list:\n  after_list:\n  before_rm:\n  after_rm:\n  before_update:\n  after_update:\n  before_archive:\n  after_archive:\n  before_clear_all:\n  after_clear_all:\n  before_save:\n  after_save:\n```\n\nEach hooks can take several parameters:\n\n- `mode`: current operation\n- `date`: date of the task\n- `id`: id of the task\n- `list_name`: name of the list of task\n- `dir_name`: directory where the task is registered\n- `msg`: body on the task\n- `sort`: type of sort (date, id, ...)\n\n\n## Development\n\nTODO: Write development instructions here\n\n## Contributing\n\n1. Fork it ( https://github.com/Nephos/todo/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Nephos](https://github.com/Nephos) Arthur Poulet - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNephos%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNephos%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNephos%2Ftodo/lists"}