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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bli-0.1.2b0.tar.gz
.
File metadata
- Download URL: bli-0.1.2b0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e75d1067edab4a93b76856715c900ab63a1ca149a168be86c13e48f384ebdf2 |
|
MD5 | 6c7360f4f883192ebfc0afaeca6a5aee |
|
BLAKE2b-256 | 96f60f72cd5ed0792d1b5473b16dcb07d1c37416a73e60a85d696505177364b4 |
File details
Details for the file bli-0.1.2b0-py2.py3-none-any.whl
.
File metadata
- Download URL: bli-0.1.2b0-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 804191b36d615fa26e2190476b3debc53333b6000551997c96ffc6dd4465b776 |
|
MD5 | dce6d6006886805849d76d1ba1de00c7 |
|
BLAKE2b-256 | f503ac968036582fe1f79c3d7f3ffd39564b128416af6f92d1d3637708cf211d |