https://github.com/jbolda/redacted
Redacted is a small app that allows you to create multiple, borderless windows of any color. Take screenshots with parts hidden or a nice, clean background.
https://github.com/jbolda/redacted
hacktoberfest rust tauri tauri-app
Last synced: about 1 year ago
JSON representation
Redacted is a small app that allows you to create multiple, borderless windows of any color. Take screenshots with parts hidden or a nice, clean background.
- Host: GitHub
- URL: https://github.com/jbolda/redacted
- Owner: jbolda
- Created: 2022-10-21T19:52:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T16:45:12.000Z (over 1 year ago)
- Last Synced: 2025-04-22T21:03:02.457Z (about 1 year ago)
- Topics: hacktoberfest, rust, tauri, tauri-app
- Language: JavaScript
- Homepage:
- Size: 587 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redacted
Redacted is a small app that allows you to create multiple, borderless windows of any color. Take screenshots with parts hidden or a nice, clean background.
# Installing
Releases will be added in the future. Currently, you need to build from source.
# Development
This is a multiwindow Tauri app. See the docs at [tauri.app](https://tauri.app) for general debugging information.
Run the app.
```
npm run tauri dev
```
Build the release assets.
```
npm run tauri build
```