note-storage

Helps you to store a huge amount of notes


Keywords
note, tag, note-taking, notes, notes-app, tags
License
MIT
Install
pip install note-storage==0.9.1

Documentation

note-storage

PyPI version

note-storage helps you store a huge amount of notes, which are difficult to categorize. It is like an additional memory. Save everything that you consider necessary for future you into note-storage!

Demo

Demo

Installation

  1. Install note-storage with pip:
pip install --user note-storage
  1. Add note executable to $PATH and setup autocompletion:
export PATH="/home/<your_user>/.local/bin:$PATH"
source ~/.local/lib/python3.8/site-packages/shell/completion.bash

You can add this lines to your shell configuration file to make settings permanent. Autocompletion files for zsh and fish shells also available.

Updating

pip install --user --upgrade note-storage