Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trmcnvn/focus
:camera: Take and upload screenshots to Imgur from OS X and Windows
https://github.com/trmcnvn/focus
Last synced: 4 days ago
JSON representation
:camera: Take and upload screenshots to Imgur from OS X and Windows
- Host: GitHub
- URL: https://github.com/trmcnvn/focus
- Owner: trmcnvn
- License: mit
- Created: 2015-04-09T12:16:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T23:54:17.000Z (almost 6 years ago)
- Last Synced: 2023-05-22T06:55:14.035Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Focus
[In Development]
Take screenshots on Windows and OS X and upload to imgur.
Inspired by [Pussh](https://github.com/teak/Pussh) as an update to my previous Windows-only [Pixel](https://github.com/vevix/Pixel) application.
Built with [Electron](http://electron.atom.io) and [React](https://facebook.github.io/react/).
#### Usage
`Command / Control + Shift + 3` will take a screenshot of your entire screen
`Command / Control + Shift + 4` will allow you to take a crop-based or specific window screenshot
#### Development
First install the node modules required:
```
npm install --legacy-bundling
```Run the application:
```
gulp serve
```#### License
Focus is licensed under the MIT license.
Copyright © 2016, Thomas McNiven