# Install rust toolchain
# Unix
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Arch
pacman -S rustup
# Compile
git clone https://github.com/rdixitv/SaveLink
cd SaveLink
cargo build
# Optional: link binary to .local/bin (in PATH)
ln -s target/debug/linksaver $HOME/.local/bin/linksaver
- write/add/–new/-n: Write the given link to file
- read/get/-g/–get: Display link saved in file
- help/-h/–help: Show help information