Skip to content

Commit

Permalink
Readme transfer.sh (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
vookimedlo authored May 24, 2018
1 parent 185b35d commit 9dc66d2
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# alfred-various-screenshots
[Alfred 3][1] workflow for taking various screenshots.

Currently supported storages are the following.
- Local drive
- Clipboard
- [Dropbox][4] service with an ability to share a link on the uploaded screenshot.
- [Transfer.sh][5] service with an ability to share a link on the uploaded screenshot.

## Installation
1) Install [alfred-various-screenshots][2] workflow.
2) All further updates are handled automatically.
Expand All @@ -17,12 +23,13 @@ In Alfred, type `ss`, which stands for ScreenShot and initiates a submenu which


By default, the screenshot is stored in a file located at your `~/Desktop` directory.
This could be overridden, either by pressing the <kbd>⌘</kbd> key, or <kbd>⌥</kbd> key.
This could be overridden, either by pressing the <kbd>⌘</kbd> key, <kbd>⌥</kbd> key, or <kbd>⌃</kbd>.

The first one - <key>⌘</key> - instructs workflow to put a screenshot to clipboard.
The second one - <key>⌥</key> - shares screenshots via Dropbox and stores a sharing link to clipboard.
- <key>⌘</key> - instructs the workflow to put a screenshot to the clipboard.
- <key>⌥</key> - shares a screenshot via Dropbox and stores a sharing link to the clipboard.
- <key>⌃</key> - shares a screenshot via Transfer.sh and stores a sharing link to the clipboard.

Screenshots files will be named according to the following pattern `screenshot_%Y-%m-%d_%H-%M-%S.png`
Screenshot files will be named according to the following pattern `screenshot_%Y-%m-%d_%H-%M-%S.png`

Y Year in full form (e.g., 2006).
m Numeric month, a number from 1 to 12.
Expand All @@ -32,7 +39,7 @@ Screenshots files will be named according to the following pattern `screenshot_%
S Seconds, a number from 0 to 59.

Default local screenshots folder `~/Desktop` can be changed by the workflow `DefaultLocalScreenshotFolder` variable.
Default local screenshot folder `~/Desktop` can be changed by the workflow `DefaultLocalScreenshotFolder` variable.

![Alfre Variable Local](doc/images/alfred-various-screenshots-variable-local.png?raw=true "")

Expand All @@ -52,3 +59,5 @@ Such generated access token shall be placed to the workflow `DropboxAccessToken`
[1]: https://www.alfredapp.com/
[2]: https://github.com/vookimedlo/alfred-various-screenshots/releases/latest
[3]: https://www.dropbox.com/developers/apps
[4]: https://www.dropbox.com/
[5]: https://transfer.sh/

0 comments on commit 9dc66d2

Please sign in to comment.