Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstankov/focusedtask
MacOS menu bar todo app built with Electron, React and Redux. It goals is to help you do deep work.
https://github.com/rstankov/focusedtask
bookmarks electron macos menubar-app react redux shortcut todo
Last synced: 3 months ago
JSON representation
MacOS menu bar todo app built with Electron, React and Redux. It goals is to help you do deep work.
- Host: GitHub
- URL: https://github.com/rstankov/focusedtask
- Owner: RStankov
- License: mit
- Created: 2020-04-18T21:19:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T13:37:44.000Z (about 1 year ago)
- Last Synced: 2024-07-31T19:51:03.192Z (6 months ago)
- Topics: bookmarks, electron, macos, menubar-app, react, redux, shortcut, todo
- Language: TypeScript
- Homepage:
- Size: 4.64 MB
- Stars: 138
- Watchers: 2
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Focused Task
MacOS menu bar app that helps you focus on a single task.
By splitting it into smaller todos and keeping all related information about it in one place.
The app is designed to get out of your way. Everything can be done via a shortcut.It is built with Electron and uses React and Redux.
🍿 See it in action 🎥
### Features
* Focus on a single task - *multitasking is dangerous* 🎯
* Shortcut for everything - *you don't need mouse* 🛑 🖱
* Menu-bar app - *it gets out of your way* 😇
* Organize your tasks with - todos, bookmark links, and free-form text 📋
* Drag & Drop file as bookmarks 🔖
* Open-sourced 💻### Download
## Development
**Installation**
Have `yarn` installed
```
./bin/bootstrap
```**Running**
```
yarn dev
```