Skip to content

A shell script for taking screenshots and recordings in different formats.

License

Notifications You must be signed in to change notification settings

runarsf/screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

You can take screenshots and recordings with it. In different formats. It's integrated with rofi. What more do you want.

The configuration file is located under ~/.confg/.screenshotrc by default, though the current configuration abilities are very limited (see the # Variables section in bin/screenshot), and can all be set with command-line arguments.

Install

git clone https://github.com/runarsf/screenshot
cd screenshot
sudo make install

Dependencies

  • rofi
  • ffcast
  • xclip
  • slop

Uninstall

sudo make uninstall

Sample commands / sxhkd configuration

# Take a screenshot based on a selection and pass the path to sharenix to upload it to a custom server
alt + p
	screenshot --region --open 'sharenix -n -c'
# Open an interactive rofi menu and save the result to a auto-named file, then upload it to a custom server using sharenix
alt + shift + p
	screenshot --file --open 'sharenix -n -c'

About

A shell script for taking screenshots and recordings in different formats.

Topics

Resources

License

Stars

Watchers

Forks