Personal todo and logging management
Project description
Noto
Noto is a personal management tool based on Zrb and todo.txt.
Installing Noto
pip install zrb
pip install zrb-noto
Setting up Repository
Making Noto accessible
First of all, you will need a file named ~/zrb_init.py
.
import noto
Then, you need to set the value of ZRB_INIT_SCRIPTS
variable as follows:
export ZRB_INIT_SCRIPTS=${ZRB_INIT_SCRIPTS}:~/zrb_init.py
To automatically ZRB_INIT_SCRIPTS
, you can add the script to your ~/.bashrc
or ~/.zshrc
.
Setting up a daily repository
-
Create an empty repository on Github/Gitlab
-
Clone the repository to your local computer
-
Configure Noto by setting up the following variables
export NOTO_LOCAL_REPO=${HOME}/daily export NOTO_REMOTE_GIT=git@github.com:yourUserName/daily.git
Start working
zrb noto list
zrb todo add -t "Learn noto"
zrb todo start -t "Learn noto"
zrb todo stop -t "Learn noto"
zrb todo complete -t "Learn noto"
zrb noto list
Trivia
noto = {
"japanese": "note",
"javanese": "to arrange"
}
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
zrb_noto-0.0.9.tar.gz
(14.5 kB
view details)
Built Distribution
zrb_noto-0.0.9-py3-none-any.whl
(27.5 kB
view details)
File details
Details for the file zrb_noto-0.0.9.tar.gz
.
File metadata
- Download URL: zrb_noto-0.0.9.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.0 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42f0ed7c7dfc55f20ff7ca2fd8244ae2b98d3d070b6843c2966bf0f928d4fd03 |
|
MD5 | f58751e2c506be4df07e04ce7a6d1867 |
|
BLAKE2b-256 | 085bedcf337bfdcaf129ffb487ae213cc2b665cbe59f661f05d7731200533cbc |
File details
Details for the file zrb_noto-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: zrb_noto-0.0.9-py3-none-any.whl
- Upload date:
- Size: 27.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.0 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b996ffb1fed9343877e2bfbbaa0788a26dced85b212113ee97d6897dddf91516 |
|
MD5 | e7de6ab6bdf8401b3978d2d227676452 |
|
BLAKE2b-256 | a374906e0a6570b1b77caadb11dd58ea2f46464a8cbc286f719dcb7435420f03 |