https://github.com/thepante/albert-snip
Snip screenshot extension for Albert Launcher
https://github.com/thepante/albert-snip
albert capture clipboard extension gnome-screenshot launcher python screenshot
Last synced: about 1 month ago
JSON representation
Snip screenshot extension for Albert Launcher
- Host: GitHub
- URL: https://github.com/thepante/albert-snip
- Owner: thepante
- Created: 2019-01-27T03:20:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T17:54:52.000Z (over 4 years ago)
- Last Synced: 2025-03-27T02:38:41.206Z (6 months ago)
- Topics: albert, capture, clipboard, extension, gnome-screenshot, launcher, python, screenshot
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Snip is a extension for [Albert Launcher](https://github.com/albertlauncher/albert). It is based on 'SCReenshOT utility' (by Benedict Dudel) which uses `scrot`. 'Snip' does use the utility gnome-screenshot instead.
## Features
Triggered with `ss `. The default action (sequence ss Space Enter) is to draw a rectangle with the mouse and get that screenshot on clipboard.**You can also select between those options:**
* Snip screen → Capture to clipboard _[default action]_
* Snip screen → Capture and save in `Pictures`
* Full screenshot → Take a fullscreen screenshot
* Full screenshot → Take screenshot without showing the pointer
* Full screenshot → Take screenshot of actual window only> 'Full screenshot' options auto saves the capture to 'Pictures' folder. Each method default action its the first one. 'Snip screen' default method (capture to clipboard) doesn't auto save, it is for paste the snip somewhere.
[**Watch it in action**](https://i.imgur.com/CO1Qh8L.mp4) - First part is a snip and pasted on Telegram, then is a window screenshot.
## Installation
```
git clone https://github.com/thepante/albert-snip.git ~/.local/share/albert/org.albert.extension.python/modules/snip
```