Skip to main content

Command-line tool to manage tasks list.

Project description

checks

A CLI application for managing tasks for your project while coding them. It is specifically designed for programmers, but anyone can use it ofcourse.

Installation:

checks can easily be installed using pip package manager. (make sure python and pip are installed in your machine)

>> pip install checks-cli

To all non-programmers, you have to install Python to use this application. (well, atleast for now!)

Usage:

Run checks command in the terminal in your project directory (or anywhere)

This will run the checks interactive session, similar to the Python Interactive Shell.

Now you can run commands provided by checks. Run help or h to see available commands.

Seems 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.

Adding Tasks is Database / List:

Tasks can be added into list using add or a (if you prefer less keystrokes).

When 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.

You can also add multiple tasks in one go.

Listing Tasks:

Now that we've added some tasks in our database, let's take a look at them using list or ls command.

ls alone, shows all tasks and their details. for a more minimal table, use the flag -m or --minimal followed by ls.

Minimal version just shows the task and it's ID. This is particularly useful in situations where you task spans multiple lines.

Apart 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).

Checking Tasks:

You can check a task (mark it as complete) using check or c command followed by Task ID.

You can check multiple tasks at once.

You can also use -a or --all flag which checks all pending tasks and shows how many tasks were checked.

Let's list the tasks now.

Unchecking Tasks:

You can use uncheck or uc command to uncheck a task (mark it as incomplete/pending).

Or uncheck multiple tasks.

Or uncheck all tasks.

Listing all tasks now.

Removing Tasks:

You can remove tasks using remove or rm command.

Or remove multiple tasks.

Or remove all tasks at once using -a or --all flag, following rm.

Searching Tasks:

Use search or s command to search for tasks using a query/keyword. (I've added some task in database)

Let's search for a tasks that contain the word feature.

Clearing Terminal:

By 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.

@checks/> clear

This will clear entire terminal session. Very handy!

Saving Database:

Although 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.

@checks/> save
█ Info: Database saved.

Exiting Application:

Finally, Use quit or q command to quit the checks session.

@checks/> quit

Or just hit CTRL+C to force quit the session.

That's it. Now you know more checks than me, have fun coding!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checks_cli-1.1.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

checks_cli-1.1.0-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file checks_cli-1.1.0.tar.gz.

File metadata

  • Download URL: checks_cli-1.1.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for checks_cli-1.1.0.tar.gz
Algorithm Hash digest
SHA256 fc3cf1ac5d20aa9e3e2a13207146360a7ff9a7e071ed2cbdcf9bc028ec100728
MD5 0a0ead1f17b85454b43b472a05295966
BLAKE2b-256 0f48685bc4c36b7644da6afe81cd2ddfc4b31ea0c20ea386325b89e43f551430

See more details on using hashes here.

File details

Details for the file checks_cli-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: checks_cli-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for checks_cli-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b2916743a3ce07369711cfe3d78bb7f7e86ea9a4e7cea53b7b329dade77ef332
MD5 dbfab23ec90c227a250b57cd72af3832
BLAKE2b-256 cc0e006a630682e8efb5da124cfeedd76e6fe4b907d2cdfa9e082b4fea41c865

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page