Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T19:22:37.000Z (5 months ago)
- Last Synced: 2024-08-14T19:57:08.169Z (5 months ago)
- Topics: hacktoberfest, rust, tauri, tauri-app
- Language: JavaScript
- Homepage:
- Size: 564 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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
```