title: tp-note - fast note-taking with templates and filename synchronization

tp-note is a note-taking-tool and a template system, that consistently synchronizes the note's meta-data with its filename. tp-note collects various information about its environment and the clipboard and stores them in variables. New notes are created by filling these variables in predefined and customizable Tera-templates.

Read more in Tp-Note's user manual.

Documentation

User documentation:

Developer documentation:

Source code

Repository:

Distribution

Building and installing

  1. Install Rust with rustup:

    curl https://sh.rustup.rs -sSf | sh

    The fast-track procedure:

    cargo install tp-note

    It it works for you you are done. Otherwise continue the next step.

  2. Download tp-note:

    git clone git@github.com:getreu/tp-note.git

  3. Build:

    Enter the tp-note directory where the file Cargo.toml resides:

    cd tp-note

    Then execute:

    cargo build --release ./doc/make--all

  4. Install:

    a. Linux:

       # install binary
       sudo cp target/release/tp-note /usr/local/bin/
    
       # install man-page
       sudo cp man/tp-note.1.gz /usr/local/man/man1/
       sudo dpkg-reconfigure man-db   # e.g. Debian, Ubuntu
    

    b. Windows:

    Copy the binary target/release/tp-note.exe on your desktop.

    See the user manual for a detailed installation description.

This project follows Semantic Versioning.

About

Author:

Copyright: