https://github.com/nikeee/holzshots
A lightweight screenshot utility that gets out of your way.
https://github.com/nikeee/holzshots
hacktoberfest hotkeys screenshot screenshot-utility windows
Last synced: 6 months ago
JSON representation
A lightweight screenshot utility that gets out of your way.
- Host: GitHub
- URL: https://github.com/nikeee/holzshots
- Owner: nikeee
- License: agpl-3.0
- Created: 2017-04-07T17:13:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T02:29:04.000Z (12 months ago)
- Last Synced: 2024-10-30T05:01:48.547Z (12 months ago)
- Topics: hacktoberfest, hotkeys, screenshot, screenshot-utility, windows
- Language: C#
- Homepage: https://holzshots.net
- Size: 3.5 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#  HolzShots  
A lightweight screen capturing utility that gets out of your way.
- No dedicated, cluttered settings UI – use your favorite JSON editor, like VSCode.
- Upload to you own services via config files – like ShareX – but keep them updated – like user scripts.
- No bloat like a DNS changer, hash validation or an FTP client. Just screenshots and screen recordings.
- Tries to cover 80% of use cases - if you need more features for some tasks, try other tools for that use case[^1].## Requirements
- Requires a supported Version of Windows 10; 64 Bit
- An internet connection is probably a good idea## Installation
Download the latest release [here](http://github.com/nikeee/HolzShots/releases/latest/download/HolzShots.zip).Or install it using [Chocolatey](https://chocolatey.org):
```cmd
choco install holzshots
```## CLI Options
HolzShots is a single-instance application. However, you can interact with the running instance.
If you pass command-line parameters, they'll invoke actions on the running instance (or start a new one if HolzShots isn't already running).Currently, these are supported:
```cmd
holzshots capture-area
holzshots capture-fullholzshots open-image [optional image path]
holzshots upload-file [optional file path]
```
Feel free to integrate this into your tooling!## Build from Source
```cmd
git clone git@github.com:nikeee/HolzShots.git
cd HolzShots
dotnet publish -c release
```### Licenses
HolzShots is built on the shoulders of giants and uses various tools and libraries which all hav their respective license. Thank you![^1]: Like [ScreenToGif](https://github.com/NickeManarin/ScreenToGif) or [OBS](https://obsproject.com)