Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasbach/pauspapier
- Owner: lukasbach
- Created: 2022-04-15T18:35:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T22:24:54.000Z (over 2 years ago)
- Last Synced: 2023-12-16T15:15:30.116Z (11 months ago)
- Topics: crop, desktop, linux, mac, opacity, screenshot, transparent, ui, utility, ux, windows
- Language: TypeScript
- Homepage:
- Size: 3 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.