Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasbach/pauspapier

A utility tool for overlaying a transparent screenshot crop on top of your screen
https://github.com/lukasbach/pauspapier

crop desktop linux mac opacity screenshot transparent ui utility ux windows

Last synced: about 13 hours ago
JSON representation

A utility tool for overlaying a transparent screenshot crop on top of your screen

Awesome Lists containing this project

README

        

# Pauspapier

Pauspapier is a utility tool for overlaying a transparent screenshot crop on top
of your screen. This is useful for comparing UX specifications with the corresponding
implementation to check if spacings and distances are off.

![Demo](./pauspapier-demo-1.gif "Demo")

You can download the latest version of the app from [the latest GitHub release](https://github.com/lukasbach/pauspapier/releases/latest).
Pauspapier is less than 10mb in size and is available for macOS, Windows, and Linux.

![Demo](./pauspapier-demo-2.gif "Demo")

## Development

Install the repo, then run

```bash
$ yarn
$ yarn tauri dev
```

for development.

To release a new version, manually dispatch the `release` Github workflow.
This will build the app for all targets, bump the version, create a new commit
and Github release, and upload the binaries and installers to the new release.