Skip to main content

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


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.6.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

zrb_noto-0.0.6-py3-none-any.whl (23.9 kB view hashes)

Uploaded 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