https://github.com/synthous/ntshot
FOSS Screenshot app, only for windows
https://github.com/synthous/ntshot
Last synced: about 2 months ago
JSON representation
FOSS Screenshot app, only for windows
- Host: GitHub
- URL: https://github.com/synthous/ntshot
- Owner: SynthouS
- License: gpl-3.0
- Created: 2024-12-15T05:12:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T04:17:22.000Z (5 months ago)
- Last Synced: 2025-01-29T20:40:36.890Z (3 months ago)
- Language: C++
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What? 🤔
FOSS Screenshot app, only for windows. It's simple app when user press `PrintScreen` in `screenshots` folder dir with `ntshot.exe` and config.
# Install
- go to releases
- install latest version
- unzip in any folder
- check config (optional)
- launch `ntshot.exe`# Config 📝
```
// cfg.txt
hotkey=Print Screen
folder=screenshots
filename=%Y%m%d_%H%M%S.png
```# Build from source 🛠️
- install Visual Studio 2022
- setting up it
- make new project
- copy files from repository/src to vs project
- choose Release/x64 in preference
- setup gdi+
- run build
- copy config file from README.md
- Done# License
GNU General Public License v3.0 [View](LICENSE)