Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ cup Public archive

🎞 ShareX-compatible screen capturing tool.

License

Notifications You must be signed in to change notification settings

anpep/cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

version: 0.5 license: GNU GPL v2

🎞 Simple screen capturing tool. Captain predecessor.

What's this?

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.

Building from source

Environment Requirements

  • Windows 7 or newer (build only tested on latest Windows 10)
  • Visual Studio 2015 or newer (Community edition is fine)

Cloning

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

Building

Then you can either open cup.sln on Visual Studio or build it from the command-line:

$ nuget restore
$ devenv cup.sln /Build

Licensing

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.