{"id":23183527,"url":"https://github.com/anas-shakeel/checks","last_synced_at":"2026-01-27T05:10:14.315Z","repository":{"id":261993922,"uuid":"885924603","full_name":"Anas-Shakeel/checks","owner":"Anas-Shakeel","description":"A CLI application for managing todo tasks while coding.","archived":false,"fork":false,"pushed_at":"2024-11-16T22:07:39.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T22:19:43.968Z","etag":null,"topics":["checks","cli","management","productivity","python3","todo"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Anas-Shakeel.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":"2024-11-09T18:48:20.000Z","updated_at":"2024-11-16T22:07:42.000Z","dependencies_parsed_at":"2024-11-12T12:35:07.031Z","dependency_job_id":null,"html_url":"https://github.com/Anas-Shakeel/checks","commit_stats":null,"previous_names":["anas-shakeel/checks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas-Shakeel%2Fchecks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas-Shakeel%2Fchecks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas-Shakeel%2Fchecks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anas-Shakeel%2Fchecks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anas-Shakeel","download_url":"https://codeload.github.com/Anas-Shakeel/checks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230245332,"owners_count":18196134,"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":["checks","cli","management","productivity","python3","todo"],"created_at":"2024-12-18T09:13:29.329Z","updated_at":"2026-01-27T05:10:09.295Z","avatar_url":"https://github.com/Anas-Shakeel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# checks\n\nA CLI application for managing tasks for your project while coding them. It is specifically designed for programmers, but anyone can use it ofcourse.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/demo.gif\" /\u003e\n\u003c/p\u003e\n\n## Installation:\n\n`checks` can easily be installed using `pip` package manager. (make sure python and pip are installed in your machine)\n\n```shell\n\u003e\u003e pip install checks-cli\n```\n\nTo all non-programmers, you have to install [Python](https://www.python.org/downloads/) to use this application. _(well, atleast for now!)_\n\n## Usage:\n\nRun `checks` command in the terminal in your project directory _(or anywhere)_\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/checks.jpg\" /\u003e\n\u003c/p\u003e\n\nThis will run the checks interactive session, similar to the Python Interactive Shell.\n\nNow you can run commands provided by `checks`. Run `help` or `h` to see available commands.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/help.jpg\" /\u003e\n\u003c/p\u003e\n\nSeems a bit messy but it's really not. There are three columns in there. one for full **command**, one for **alias** or a shorter version, one for command **description**.\n\n### Adding Tasks is Database / List:\n\nTasks can be added into list using `add` or `a` _(if you prefer less keystrokes)_.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/add_feature.jpg\" /\u003e\n\u003c/p\u003e\n\nWhen run for the first time, it adds a `tasks.json` in current directory and stores the task in it. After that, whenever you run `checks` in that directory and if that `tasks.json` is still there, it automatically loads that file and continues from there.\n\nYou can also add multiple tasks in one go.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/add_multiple_tasks.jpg\" /\u003e\n\u003c/p\u003e\n\n### Listing Tasks:\n\nNow that we've added some tasks in our database, let's take a look at them using `list` or `ls` command.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/ls.jpg\" /\u003e\n\u003c/p\u003e\n\n`ls` alone, shows all tasks and their details. for a more minimal table, use the flag `-m` or `--minimal` followed by `ls`.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/ls_minimal.jpg\" /\u003e\n\u003c/p\u003e\n\nMinimal version just shows the `task` and it's `ID`. This is particularly useful in situations where you task spans multiple lines.\n\nApart from `-m` flag, `ls` has two more commands. `-c` or `--completed` _(which lists only completed tasks)_ and `-p` or `--pending` _(which lists only pending tasks)_.\n\n### Checking Tasks:\n\nYou can check a task _(mark it as complete)_ using `check` or `c` command followed by Task `ID`.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/check_task.jpg\" /\u003e\n\u003c/p\u003e\n\nYou can check multiple tasks at once.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/check_multiple_tasks.jpg\" /\u003e\n\u003c/p\u003e\n\nYou can also use `-a` or `--all` flag which checks all pending tasks and shows how many tasks were checked.\n\nLet's `list` the tasks now.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/check_ls.jpg\" /\u003e\n\u003c/p\u003e\n\n### Unchecking Tasks:\n\nYou can use `uncheck` or `uc` command to uncheck a task _(mark it as incomplete/pending)_.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/uncheck_task.jpg\" /\u003e\n\u003c/p\u003e\n\nOr uncheck multiple tasks.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/uncheck_multiple_tasks.jpg\" /\u003e\n\u003c/p\u003e\n\nOr uncheck all tasks.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/uncheck_all.jpg\" /\u003e\n\u003c/p\u003e\n\nListing all tasks now.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/uncheck_ls.jpg\" /\u003e\n\u003c/p\u003e\n\n### Removing Tasks:\n\nYou can remove tasks using `remove` or `rm` command.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/rm_task.jpg\" /\u003e\n\u003c/p\u003e\n\nOr remove multiple tasks.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/rm_multiple_tasks.jpg\" /\u003e\n\u003c/p\u003e\n\nOr remove all tasks at once using `-a` or `--all` flag, following `rm`.\n\n### Searching Tasks:\n\nUse `search` or `s` command to search for tasks using a query/keyword. (I've added some task in database)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/search_ls.jpg\" /\u003e\n\u003c/p\u003e\n\nLet's `search` for a tasks that contain the word **feature**.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Anas-Shakeel/checks/main/assets/search_feature.jpg\" /\u003e\n\u003c/p\u003e\n\n### Clearing Terminal:\n\nBy now your terminal must have been looking really messy with all the commands and outputs and the TEXT!! Well, you can clear the terminal using `clear` or `cls` command.\n\n```shell\n@checks/\u003e clear\n```\n\nThis will clear entire terminal session. Very handy!\n\n### Saving Database:\n\nAlthough `checks` saves your tasks after each successfull command execution, you can save the database manually just to be on the safe side. Use `save` or `sv` to save/write every task from in-memory database to `tasks.json`.\n\n```shell\n@checks/\u003e save\n█ Info: Database saved.\n```\n\n### Exiting Application:\n\nFinally, Use `quit` or `q` command to quit the `checks` session.\n\n```shell\n@checks/\u003e quit\n```\n\nOr just hit `CTRL+C` to force quit the session.\n\nThat's it. Now you know more `checks` than me, have fun coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas-shakeel%2Fchecks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanas-shakeel%2Fchecks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas-shakeel%2Fchecks/lists"}