tp-note 1.17.2

Minimalistic note taking: save and edit your clipboard content as a note file
1
2
3
4
5
6
7
8
9
10
#!/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