Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 841 Bytes

File metadata and controls

25 lines (21 loc) · 841 Bytes

Build Status

knote

Tool for the creation and organization of digital class notes.

Options

By default, running knote will ensure a note for the currently active subject exists and opens it with the configured application.

  • '-n/--new' (add new subject)
  • '-r/--remove' (remove a subject)
  • '-e/--edit' (edit a subject)
  • '-o/--open' (open a specific subject)
  • '-l/--list' (list all subjects)

Configuration

Environment variables

export KNOTE_PATH=...          # path which contains knote.py
export KNOTE_CONFIG=...        # path to knote config json file
export KNOTE_SUBJECTS_PATH=... # where you want to store your class folders

Add an Alias

alias knote='python3 "$KNOTE_PATH"/knote/knote_main.py'