Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```