https://github.com/noook/screenshot-hook
A command line utility to upload with scp a screenshot taken with MacOS, then clip the shortened URL in the clipboard
https://github.com/noook/screenshot-hook
Last synced: about 1 year ago
JSON representation
A command line utility to upload with scp a screenshot taken with MacOS, then clip the shortened URL in the clipboard
- Host: GitHub
- URL: https://github.com/noook/screenshot-hook
- Owner: noook
- Created: 2018-12-10T09:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T16:54:24.000Z (over 7 years ago)
- Last Synced: 2025-03-19T05:24:54.267Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.73 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenshot Hook
## Context
For now, we are currently unable to take a screenshot and upload it directly on a server. Not with native apps though.
The goal is to achieve the combination of making a screenshot, saving it, upload the screenshot onto a server, remove the temporary file, and copying the link to the screenshot into the clipboard to ease sharing.
## Problematic
How can we achieve all these actions in a single script ? And why not choosing an alternative solution like Monosnap ?
## Concept
+ Enable to run the script from a keyboard shortcut
+ Generating a short and unique ID for the screenshot
+ Transfering through SSH the file onto the server
+ Copying the link to the image in the clipboard
+ Add configuration in a `.screenshot-hookrc` file at the root of a user's directory