{"id":18006078,"url":"https://github.com/brianhicks/should","last_synced_at":"2025-06-11T14:03:02.919Z","repository":{"id":138123743,"uuid":"2356022","full_name":"BrianHicks/should","owner":"BrianHicks","description":"Should is a todo management program on the command line. It stores todos in plain text. Put it in your dropbox!","archived":false,"fork":false,"pushed_at":"2012-01-26T17:55:58.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T06:07:44.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"www.brianthicks.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrianHicks.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-09T14:57:27.000Z","updated_at":"2014-02-22T16:43:11.000Z","dependencies_parsed_at":"2023-03-11T06:25:41.522Z","dependency_job_id":null,"html_url":"https://github.com/BrianHicks/should","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHicks%2Fshould","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHicks%2Fshould/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHicks%2Fshould/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHicks%2Fshould/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianHicks","download_url":"https://codeload.github.com/BrianHicks/should/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166142,"owners_count":20894652,"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-10-30T00:23:12.202Z","updated_at":"2025-04-04T10:48:32.000Z","avatar_url":"https://github.com/BrianHicks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Should\n==\n\nThis is a python program to manage todos from the command line. It'll\ncreate all the files it needs as it needs them.\n\nData format\n-----------\n\nData is stored as plain text, in the same directory as should.py. An\narchive file will also be filled with old todos.\n\n - `@`: tags\n - `+`: project\n - `^`: dependencies\n - `:`: start date\n - `;`: due date\n\nUsage\n-----\n\nTo add a task to the list:\n\n    $ should.py add \"program ALL the things +bigproject @work\"\n    adding todo: program ALL the things +bigproject @work (id ibeu)\n\nWhat was it I added earlier?\n\n    $ should.py show\n    ibeu: program ALL the things +bigproject @work\n    aebb: eat a sandwich @food\n\nRight, but what if I want to see only the bigproject tasks?\n\n    $ should.py show -p bigproject\n    ibeu: program ALL the things +bigproject @work\n\nOr all the things related to food?\n\n    $ should.py show -t food\n    aebb: eat a sandwich @food\n\nOr just all the things relating to sandwiches?\n\n    $ should.py show sandwich\n    aebb: eat a sandwich @food\n\nOm nom nom, and you're done. Now mark it as complete:\n\n    $ do complete aebb\n    completed: aebb: eat a sandwich @food\n\nYou can see further help with `should.py -h` or `should.py [cmd] -h`.\n\nIdeas\n-----\n\nHere's some ideas from my list about shoud, roughly sorted by my interest:\n\n - New data format (YAML)\n - iCal export\n - Info website\n - Internal optimizations for better data handling\n - Integration with [Trello](www.trello.com)\n - Integration with email\n - Integration with files\n\nHere's the ones I've done:\n\n - color\n - better command line interface\n - better search (by tags AND/OR projects plus exclusion)\n - dependency management / parenting\n - non-verbose printing format\n - ability to edit / add tags, projects, due dates from the command line\n   interface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhicks%2Fshould","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianhicks%2Fshould","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhicks%2Fshould/lists"}