Skip to main content

A todo-list manager with bullet-journal mechanisms

Project description

  _     _ _ 
 | |   | (_)
 | |__ | |_ 
 | '_ \| | |
 | |_) | | |
 |_.__/|_|_|

bli

bli is a simple cli tool to keep a journalised todo list.

It uses the bullet journal notation system and keeps an archive as .txt files, so everything will always be readable and accessible.

Installation

Use the package manager pip to install bli.

pip install bli

Usage

$ bli --help

Options:
  --all / --no-all
  -f, --filter TEXT
  -a, --add TEXT
  -x, --cross INTEGER
  -r, --restore INTEGER
  -v, --check INTEGER
  -pp, ->, --postpone INTEGER
  --help                       Show this message and exit.

Use the flags -a|--add, -x|--delete, -v|--check and -pp|--postpone to manage your tasks

$ bli --add "Do whatever" -a "Do something else" -a "Do It Now Said Shia LaBoeuf"
0  Do whatever
1  Do something else
2  Do It Now Said Shia LaBoeuf
$ bli -v 0 -x 1
2  Do It Now Said Shia LaBoeuf
$ bli --all
0 v Do whatever
1 x Do something else
2 • Do It Now Said Shia LaBoeuf

Entries can be filtered using a string or a regex. Every filtering is case-insensitive.

$ bli -f '/shia|whatever/' --all
0 v Do whatever
2 • Do It Now Said Shia LaBoeuf

Then the next day, every undone task will automatically be postponed and available to the new page.

$ bli
0  Do It Now Said Shia LaBoeuf

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

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

bli-0.1.2b0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

bli-0.1.2b0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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