Here are some examples of usage ```bash
imgurs completions bash > ~/.local/share/bash-completion/completions/imgurs
imgurs completions zsh > /usr/local/share/zsh/site-functions/_imgurs
imgurs completions fish > ~/.config/fish/completions/imgurs.fish ```
Generate manpage
imgurs manpage | gzip > /usr/share/man/man1/imgurs.1.gz
Download imgurs-linux from the releases page and run
chmod +x imgurs-linux
./imgurs-linux
Using yay (AUR)
yay -S imgurs
or can add this repo and run
sudo pacman -Sy imgurs
Download imgurs-darwin from the releases page and run
chmod +x imgurs-darwin
./imgurs-darwin
Download imgurs-windows.exe from the releases page and run
imgurs-windows.exe
Make sure you have a recent version of Rust. Then you can run
cargo install imgurs