{"id":15890194,"url":"https://github.com/hph/rem","last_synced_at":"2025-04-02T17:15:21.113Z","repository":{"id":3765072,"uuid":"4841478","full_name":"hph/rem","owner":"hph","description":"A simple CLI to-do list program. Create categories, tasks and detailed explanations. Uses SQLite to store the data. — Read more Edit ZIP ","archived":false,"fork":false,"pushed_at":"2012-06-30T09:52:15.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T07:43:31.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hph.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2012-06-30T09:49:56.000Z","updated_at":"2014-01-09T21:36:23.000Z","dependencies_parsed_at":"2022-09-04T15:04:31.416Z","dependency_job_id":null,"html_url":"https://github.com/hph/rem","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/hph%2Frem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Frem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Frem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Frem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hph","download_url":"https://codeload.github.com/hph/rem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856689,"owners_count":20844974,"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-06T07:04:29.325Z","updated_at":"2025-04-02T17:15:21.090Z","avatar_url":"https://github.com/hph.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rem\n===\nA simple CLI to-do list program. Create categories, tasks and detailed\nexplanations. Uses SQLite to store the data.\n\nSee [Usage examples](https://github.com/haukurpallh/rem#usage-examples) for an\noverview of the features.\n\nSetup\n-----\n### Installing on Linux\nOpen a terminal and execute the following commands (simply copy \u0026 paste):\n\n    git clone git://github.com/haukurpallh/rem.git\n    mv rem ~/.rem\n    chmod +x ~/.rem/rem.py\n    sudo ln -s ~/.rem/rem.py\n\nThat's all!\n\n\nUsage examples\n--------------\n\nTo create a new category (possibly with a task and details), execute `rem -a`\n(or `rem -a CATEGORY_NAME` if you wish to specify the name of the category).\nYou will be prompted for the name of a task and afterwards for details. Neither\nis necessary. Examples (the \"$\" sign is just to indicate it's a command, don't\ntype it):\n\n    $ rem -a\n    Enter a descriptive title for the task: test\n    Enter a detailed description: some description\n\nAnd:\n\n    $ rem -a some_category\n    Enter a descriptive title for the task: some_title\n    Enter a detailed description: sleep, some_description\n\nNow, to view the contents of the database we can run `rem -l` to list all the\ncategories and their tasks or `rem -l CATEGORY_NAME` to list only a specific\ncategory. Examples (one for each of the examples above):\n\n    $ rem -l\n    General\n      - Test\n        Some description\n\n    Some_category\n      - Some_title\n        Some_description\n\nAnd:\n\n    rem -l general\n    General\n      - Test\n        Some description\n\nTo remove a the entire database, use the command `rem -r` and confirm. To\nremove a single category, use `rem -r CATEGORY_NAME`. To remove more than one\ncategory at once, separate them with a single comma. Examples:\n\n    $ rem -r\n    Permanently remove all data from the database (y/n)? n\n    $ rem -l\n    General\n      - Test\n        Some description\n\n    Some_category\n      - Some_title\n        Some_description\n\nAnd:\n\n    $ rem -r general,some_category\n    $ rem -l\n    General\n\nAs you can see, the program automatically creates a category called general\neven though it was just deleted.\n\nFor more help, try executing `rem -h`.\n\nNote: the \"merge\" (-m, --merge) option is unavailable even though `rem -h`\nnames it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhph%2Frem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhph%2Frem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhph%2Frem/lists"}