tp-note 1.17.0

Minimalistic note taking: save and edit your clipboard content as a note file
#!/bin/sh
cd ..

# Cargo deb saves the built package in
# target/x86_64-unknown-linux-gnu/debian
cargo deb --target=x86_64-unknown-linux-gnu

#rustup target add i686-unknown-linux-gnu
#sudo apt-get install libc6-dev-i386
#cargo deb --target=i686-unknown-linux-gnu