Skip to content

pylover/easycli-todolist-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easycli todolist example

This an example of application with command line interface using easycli.

pip install .
todo completion install
todo --help

usage: todo [-h] {append,add,a,show,s,l,delete,d,completion} ...

Simple todo list

optional arguments:
  -h, --help            show this help message and exit

Sub commands:
  {append,add,a,show,s,l,delete,d,completion}
    append (add, a)
    show (s, l)
    delete (d)
    completion          Bash auto completion using argcomplete python package.

About

A Todo list command line interface using https://github.com/pylover/easycli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages