https://github.com/teak/pussh
The cross platform, multi-functional screenshot utility
https://github.com/teak/pussh
cross-platform electron uploader
Last synced: about 1 year ago
JSON representation
The cross platform, multi-functional screenshot utility
- Host: GitHub
- URL: https://github.com/teak/pussh
- Owner: teak
- License: mit
- Created: 2014-10-17T21:41:56.000Z (over 11 years ago)
- Default Branch: electron-dev
- Last Pushed: 2025-03-28T22:15:50.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:08:11.520Z (about 1 year ago)
- Topics: cross-platform, electron, uploader
- Language: JavaScript
- Homepage: http://pussh.me
- Size: 105 MB
- Stars: 103
- Watchers: 7
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
puSSH
=====
The cross platform, multi-functional screenshot utility. http://pussh.me/
Deps:
* node@16
* npm@8
Local Dev Windows Only:
```
npm install --global --production windows-build-tools
```
Local Dev:
```
npm install
npm start
```
Dist:
```
npm run dist:mac
npm run dist:win64
```
That was easy.