Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teak/pussh
The cross platform, multi-functional screenshot utility
https://github.com/teak/pussh
cross-platform electron uploader
Last synced: about 6 hours 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 10 years ago)
- Default Branch: electron-dev
- Last Pushed: 2024-11-23T06:21:01.000Z (2 months ago)
- Last Synced: 2025-01-28T09:04:13.835Z (8 days ago)
- Topics: cross-platform, electron, uploader
- Language: JavaScript
- Homepage: http://pussh.me
- Size: 105 MB
- Stars: 103
- Watchers: 8
- Forks: 23
- Open Issues: 2
-
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@8Local 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.