๐Ÿ“ฆ 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.

โ˜… 17 stars โ‘‚ 2 forks ๐Ÿ‘ 17 watching
hacktoberfestrusttauritauri-app
๐Ÿ“ฅ Clone https://github.com/jbolda/redacted.git
HTTPS git clone https://github.com/jbolda/redacted.git
SSH git clone git@github.com:jbolda/redacted.git
CLI gh repo clone jbolda/redacted
Jacob Bolda Jacob Bolda upgrade to Tauri v2 stable 648c09f 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“ src-tauri
๐Ÿ“„ .gitignore
๐Ÿ“„ index.html
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ vite.config.js
๐Ÿ“„ README.md

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 for general debugging information.

Run the app.

npm run tauri dev

Build the release assets.

npm run tauri build