Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birb-linux/screenshot
Screenshotting utility built around scrot
https://github.com/birb-linux/screenshot
Last synced: about 2 months ago
JSON representation
Screenshotting utility built around scrot
- Host: GitHub
- URL: https://github.com/birb-linux/screenshot
- Owner: birb-linux
- License: gpl-3.0
- Created: 2023-08-19T16:22:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T16:33:03.000Z (over 1 year ago)
- Last Synced: 2023-08-19T17:40:56.791Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screenshot
Screenshotting utility built around scrot## Usage
```
Usage: screenshot [option] [--keep|--shred]Options:
-c --crop Take screeenshot of a selected area
-f --full Take a fullscreen screenshot
-h --help Print this help textThe screenshot will be deleted after it has been taken unless
the -k|--keep option was set.If --shred is set after an option, the screenshot will be shredded
with GNU shred after the dragon window has closed
```With sxhkd you can combine this script with the printscreen button and modifier keys to make taking screenshots quick and easy
## Installation
### BirbOS
```
birb screenshot
```### Other distros
```
git clone https://github.com/birb-linux/screenshot
make install
```
screenshot is installed to /usr/local/bin by default. You can change this by modifying the DESTDIR and PREFIX variables## Dependencies
- scrot
- dragon
- gnu coreutils