20 releases (10 breaking)

0.11.2 Jun 22, 2023
0.11.1 Dec 11, 2022
0.11.0 Nov 7, 2022
0.8.1 Jun 17, 2022
0.6.0 Mar 14, 2022

#505 in Web programming

Download history 4/week @ 2024-02-19 48/week @ 2024-02-26 23/week @ 2024-03-04 21/week @ 2024-03-11 32/week @ 2024-03-25 43/week @ 2024-04-01 15/week @ 2024-04-15

90 downloads per month
Used in imgurs-cli

BSD-3-Clause

22KB
298 lines

Imgurs - CLI and Library for Imgur API

total-lines code-size crates-io docs-rs ci

Screenshots

Shell completions

Here are some examples of usage

# For bash
imgurs completions bash > ~/.local/share/bash-completion/completions/imgurs
# For zsh
imgurs completions zsh > /usr/local/share/zsh/site-functions/_imgurs
# For fish
imgurs completions fish > ~/.config/fish/completions/imgurs.fish

Man page

Generate manpage

imgurs manpage | gzip > /usr/share/man/man1/imgurs.1.gz

Dependencies

  • support clipboard on Linux
    • xsel
    • xclip - alternative to xsel
    • termux-api - on Termux
  • libnotify - support notification on Linux

How to install Imgurs CLI?

Linux

Download imgurs-linux from the releases page and run

chmod +x imgurs-linux
./imgurs-linux

Arch Linux

Using yay (AUR)

yay -S imgurs

or can add this repo and run

sudo pacman -Sy imgurs

OSX

Download imgurs-darwin from the releases page and run

chmod +x imgurs-darwin
./imgurs-darwin

Windows

Download imgurs-windows.exe from the releases page and run

imgurs-windows.exe

Compile with Cargo

Make sure you have a recent version of Rust. Then you can run

cargo install imgurs-cli

Dependencies

~6–20MB
~304K SLoC