Skip to content

Oluwaseun241/bashlist_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bashlist 📝

Your Terminal To-Do manager

Setup your To-Do task directly from your terminal

Requirements

Python >= (3.6)

Package Installer for Python(PIP) >= 22.3

Installation

To install Bashlist run:

pip install typer
pip install bashlist

Usage

Initializing your database

bashlist_cli init

Hit Enter or Set your custom location for your database

Priority level

  • 1: High
  • 2: Medium
  • 3: Low

Create task

bashlist_cli add [Task name] -p [priority level]

View all your ToDo list

bashlist_cli list

Mark Task as completed

bashlist_cli complete [ID]

NOTE: You can check the task ID by listing it

Remove task from ToDo list

bashlist_cli remove [ID]

Clear ToDo list

bashlist_cli clear

Help

bashlist_cli --help 

Cooking ......

Version 0.2.0

  • Online database and syncing
  • User SignUp and Login

Chef

  • Author: Oluwaseun You cam reach out to me on Twitter

About

A ToDo Cli package manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published