sendit.nu
Version:
Sendit is a cli tool for upload image(s) and file(s) to sendit.nu
45 lines (28 loc) • 1.03 kB
Markdown

# README
Sendit is a command line tool for upload files to sendit.nu
# REQUIREMENTS
curl, jq
Gentoo users:
emerge --sync;
echo "net-misc/curl ssl" >> /etc/portage/package.use/curl;
emerge --ask app-misc/jq;
emerge --ask net-misc/curl
# HOWTO
wget q0 ~/sendit-bash-1.2.tar.gz https://sendit.nu/files/sendit-bash-1.2.tar.gz
tar xf ~/~/sendit-bash-1.2.tar.gz
cd ~/sendit-bash-1.2
chmod +x sendit
./sendit filetoupload
# TIPS
cp ~/sendit-bash-1.2 /usr/bin/sendit
chmod +x /usr/bin/sendit
sendit file
It's awesome to be able to just type 'sendit filename' and it's done
# CONTACT
If you have problems, questions, ideas or suggestions please contact
us by posting to info@sendit.nu
# WEB SITE
Visit our homepage for the latest info and updated tools
https://sendit.nu & https://github.com/wuseman/
### END!