Skip to content

hexlocation/nest.rip-upl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nest.rip uploader

What is this project?

Basically just a simple shell script to take a screenshot using flameshot and automatically upload it to https://nest.rip

Dependencies

jq
flameshot
curl
git

Installation on Arch

sudo pacman -S curl flameshot jq git

Installation on Ubuntu/Debian or derivatives.

sudo apt-get install jq flameshot curl git

Setup

Make the script executable

git clone https://github.com/Shusz/nest.rip-upl.git
cd nest.rip-upl
chmod +x ss.sh

Create a file named ".auth" with your nest.rip auth token in the same directory as the shell script.

echo YOUR_AUTH_TOKEN_HERE >> .auth

Usage

Execute the script, if everything works, add it as a shortcut in your window manager.

./ss.sh

About

Linux screenshot uploader for nest.rip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages