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.
User documentation:
User manual:
Unix man-page:
Developer documentation:
Repository:
Binaries and packages:
x86_64-pc-windows-gnu/release/tp-note.exe
x8664-unknown-linux-gnu/release/tp-note \ x8664-unknown-linux-musl/release/tp-note
Installable Unix man-page:
Zipfile with all binaries and documentation:
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.
Download tp-note:
git clone git@github.com:getreu/tp-note.git
Build:
Enter the tp-note directory where the file Cargo.toml
resides:
cd tp-note
Then execute:
cargo build --release ./doc/make--all
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.
Author:
Copyright: