tp-note 1.13.8

Minimalist note taking: save and edit your clipboard content as a note file
# !/bin/sh
set -x
cargo build --target x86_64-unknown-linux-gnu  --release
strip -s ../target/x86_64-unknown-linux-gnu/release/tp-note

PKG_CONFIG_ALLOW_CROSS=1 cargo build --target x86_64-unknown-linux-musl --release
strip -s ../target/x86_64-unknown-linux-musl/release/tp-note