🎞 Simple screen capturing tool. Captain predecessor.
It's a small utility to take screenshots. It's compatible with ShareX custom uploaders and lets you set key bindings for each action. You can also create your own actions using simple JSON files.
- Windows 7 or newer (build only tested on latest Windows 10)
- Visual Studio 2015 or newer (Community edition is fine)
The project is split in git submodules, so don't forget the --recursive
flag when cloning.
$ git clone --recursive https://github.com/anpep/cup
$ cd cup
Then you can either open cup.sln
on Visual Studio or build it from the command-line:
$ nuget restore
$ devenv cup.sln /Build
This software is made up of different components that may not necessarily be licensed under the same terms.
Refer to the LICENSE.md
file in the top-level directory of each project to find further details about their
licensing.
Major components are licensed under the GNU GPL version 2, with some components licensed under the BSD License.