Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishBharadwaj/flawesome
Productivity Tool
https://github.com/ashishBharadwaj/flawesome
List: flawesome
diary digital-diary note-taking notebook notes notes-app organiser productivity productivity-app productivity-apps productivity-tool productivity-tools smart-diary sticky-notes tasks todo-app utility
Last synced: about 2 months ago
JSON representation
Productivity Tool
- Host: GitHub
- URL: https://github.com/ashishBharadwaj/flawesome
- Owner: ashishBharadwaj
- License: gpl-3.0
- Created: 2020-02-28T09:13:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T04:09:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T00:17:03.214Z (8 months ago)
- Topics: diary, digital-diary, note-taking, notebook, notes, notes-app, organiser, productivity, productivity-app, productivity-apps, productivity-tool, productivity-tools, smart-diary, sticky-notes, tasks, todo-app, utility
- Language: JavaScript
- Homepage:
- Size: 337 MB
- Stars: 69
- Watchers: 15
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - ashishBharadwaj/flawesome - Productivity Tool (JavaScript)
README
# Flawesome (An Organiser With Diary Workflow) (v0.2.3 Pre-Release)
Flawesome is a cross platform modern productivity tool that will help you organise your day-today work and thoughts.
All the three application components i.e. The Notebook, The Sticky Notes and The Todolist are driven by the Calendar.# Download
[**Flawesome v0.2.3 Pre-Release For Linux (.deb)**](https://github.com/ashishBharadwaj/flawesome/releases/download/v0.2.3/flawesome_0.2.3_amd64.deb)
[**Flawesome v0.2.3 Pre-Release For Linux (.AppImage)**](https://github.com/ashishBharadwaj/flawesome/releases/download/v0.2.3/Flawesome-0.2.3.AppImage)
[**Flawesome v0.2.3 Pre-Release For Windows 64-Bit**](https://github.com/ashishBharadwaj/flawesome/releases/download/v0.2.3/Flawesome.Setup.0.2.3.exe)
Go to [**Releases**](https://github.com/ashishBharadwaj/flawesome/releases) to see all the releases.
** Currently I have only generated the package for Linux and Windows, soon it will be available for macos.
# Build the setup yourself:
** Prequisite: Git, Node, Yarn package manager
- Clone the repo:
```bash
$ git clone https://github.com/ashishBharadwaj/flawesome.git
```- Install the dependencies:
```bash
$ yarn install
```- Build for production:
```bash
$ yarn build
```- Create Package:
```bash
$ yarn package
```## License
GNU General Public License v3.0 (c) 2020 Ashish Bharadwaj J
Refer to License.md file for details