Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/printn/all-in-one-productivity
An all in one extendable productivity app.
https://github.com/printn/all-in-one-productivity
app productivity tauri
Last synced: 2 months ago
JSON representation
An all in one extendable productivity app.
- Host: GitHub
- URL: https://github.com/printn/all-in-one-productivity
- Owner: PrintN
- License: gpl-3.0
- Created: 2024-06-28T13:52:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T20:17:32.000Z (6 months ago)
- Last Synced: 2024-07-19T04:15:55.430Z (6 months ago)
- Topics: app, productivity, tauri
- Language: TypeScript
- Homepage: https://printn.github.io/All-In-One-Productivity-Web/
- Size: 192 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# All In One Productivity
Welcome to **All In One Productivity**, the ultimate tool designed to enhance your productivity by providing a customizable, cross-platform, and extensible workspace.
## Who is this for?
This app is perfect for individuals looking to streamline their workflow and boost efficiency.## Features
- **Customizability**: Create your own themes or choose from our presets to match your style.
- **Cross-Platform**: Available on multiple operating systems for seamless integration.
- **User-Friendly**: Intuitive design ensures ease of use for everyone.
- **Extensible**: Enhance the app with extensions tailored to your needs.## Screenshots
- Code Editor
![Screenshot 2024-06-28 205255](https://github.com/PrintN/All-In-One-Productivity/assets/127101769/c6288195-b670-4b58-baf9-087e1ce214ce)
- Upload extensions
![Screenshot 2024-06-28 205401](https://github.com/PrintN/All-In-One-Productivity/assets/127101769/218c74f4-b549-435d-8940-5957acad0b95)
- Customize theme
![Screenshot 2024-06-28 205423](https://github.com/PrintN/All-In-One-Productivity/assets/127101769/e7c44ead-c032-41e4-a92f-723e8826fc42)
- Delete files
![Screenshot 2024-06-28 205317](https://github.com/PrintN/All-In-One-Productivity/assets/127101769/d10ab94b-2cf6-46d0-a02d-86c83344a2d2)## What tech stack does this app use?
This app is built with Tauri, ReactJS & Rust## Installation
(Windows)
Download the latest release of the app here or build it yourself from the source code:
- Install Rust: https://www.rust-lang.org/tools/install
- Install NodeJS: https://nodejs.org
- `git clone https://github.com/PrintN/All-In-One-Productivity`
- `cd All-In-One-Productivity`
- `npm install && npm run tauri build`
Then you can find the app in `./src-tauri/target/release` folder.## For developers
Use the documentation to get started developing extensions for All In One Productivity.