8000 GitHub - Rikemannen/todo-list
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rikemannen/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI ToDo List

Introduction

A neat little todo list for your cli, made with python! You can add, list, remove and clear your tasks!

I mainly made this to learn about git and github!

Installation

To get the program on your computer, you:

  1. Clone the repo
git clone https://github.com/Rikemannen/todo-list
  1. Move to the directory:
cd todo-list
  1. Install requirements
pip install -r requirements.txt
  1. Run it!
python list.py -h

How to use

Really simple to use, to add a task:

python list.py -a "Empty Dishwasher"

But nobody likes doing that, so we delete it:

python list.py -r 1

or:

python list.py -r "empty"

The script matches both numbers, as in which order, and text.

Don't know what tasks you have?

python list.py -l

too much stuff...

python list.py -c

Contribute?

Sure, contributions are welcome!

  1. Fork the repo
  2. Create a branch
  3. Make your (awesome) additions/changes
  4. Commit to your fork
  5. Push to your branch
  6. Open a pull request!

Thanks for supporting! :D

License

Do whatever you wish, I do not care. (The repo has the unlicense-license)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0