Skip to content
bash script to improve the taking of screenshots
Shell Makefile
Find file
Failed to load latest commit information.
LICENSE Added files via upload
Makefile Update Makefile
README.md Update README.md
config.example
screenr simplified comments and slightly improved performance
screenshot.png Added files via upload

README.md

screenr

bash script to improve the taking of screenshots

This script takes a screenshot using maim (+ slop) or alternatively scrot and then asks the user what to do with it using rofi
Available options are "Save", "Upload" (to imgur and dropbox), "Edit", "Save & Upload" and "View"

Features

After taking a screenshot, the user will be prompted by an interactive menu example screenshot of menu

  • Save
    Saves image to a pre-defined directory

  • Upload
    Prompts choice to upload to either imgur or dropbox and optionally copies the URL into clipboard and/or opens it in a web browser

  • Edit
    Opens the image in an Image Manipulation Program and returns to the menu after done editing and closing it

  • Save & Upload
    Performs both the Save and Upload action

  • View
    Opens the image in an Image Viewer and returns to the menu after closing it

  • Discard/ESC
    Discards the image and all changes made to it

You will need

For full functionality:

Configuration

The script reads it's configuration from ~/.config/screenr/config
If the path does not exist an example config will be created there after running the script once

How to use

To install screenr, run the following:

$ git clone git://github.com/Lochverstaerker/screenr  
$ cd screenr  
$ sudo make install  

Check
$ screenr --help
for additional help on how to use screenr

To uninstall, run
$ sudo make uninstall
inside the screenr directory and remove the config file created in ~/.config/screenr/config

Something went wrong with that request. Please try again.