Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FreeterApp/Freeter
Freeter – the smartest way to work on your computer
https://github.com/FreeterApp/Freeter
productivity software
Last synced: 9 days ago
JSON representation
Freeter – the smartest way to work on your computer
- Host: GitHub
- URL: https://github.com/FreeterApp/Freeter
- Owner: FreeterApp
- License: gpl-3.0
- Created: 2024-01-05T16:15:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T09:33:32.000Z (8 months ago)
- Last Synced: 2024-04-14T09:55:04.168Z (8 months ago)
- Topics: productivity, software
- Language: TypeScript
- Homepage: https://freeter.io/v2/
- Size: 6.43 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- jimsghstars - FreeterApp/Freeter - Freeter – a smarter way to work on your computer (TypeScript)
README
**Freeter** is a free and open source organizer for those who work on the computer. Gather everything you need for work in one place, organized by projects and workflows, and have a quick access to them with a `Ctrl or Cmd`+`Shift`+`F` key press or a tray icon. Easily switch between projects and workflows, and stay focused on current things you need to do. [**Read the post**][story] talking about the motivation for doing the project and how to get started.
---
[**Homepage**][home] | [**Download**][download] | [**Community**][community] | [**Donate**][donate] | [**Roadmap**][roadmap] | [**Feature Requests**][featurerequests] | [**Bug Reports**][bugreports]
## Supported Operating Systems
- Linux; most distros; Intel 64-bit.
- Windows 10 and later; Intel 64-bit.
- Mac OS 10.15 and later; Intel and Apple Silicon.## Installers
Check out the [download page][download] for the latest ready-to-use installers for all supported operating systems.
## Run From Source Code
Prerequisites (for building the app, not needed for running):
- [NodeJS](https://nodejs.org/en)
- [Yarn 1 (Classic)](https://classic.yarnpkg.com/lang/en/)Steps:
1. Download the source code from the [download page][download] or [GitHub releases page](https://github.com/FreeterApp/Freeter/releases).
2. Unpack the downloaded file.
3. Execute commands:
1. `yarn` (install dependencies)
2. `yarn run prod` (compile the code)
3. `yarn run package` (package the app)Done. The built package comes into the `./dist` folder.
## License
Freeter is free software and may be redistributed under the terms specified in the [license].
[home]: https://freeter.io/
[download]: https://freeter.io/download
[community]: https://community.freeter.io/
[donate]: https://freeter.io/sponsor
[roadmap]: https://community.freeter.io/topic/2/planned-features
[featurerequests]: https://community.freeter.io/category/6/feature-requests
[bugreports]: https://community.freeter.io/category/7/bug-reports
[story]: https://community.freeter.io/topic/14/how-i-boosted-my-productivity-while-working-on-multiple-projects
[license]: https://github.com/FreeterApp/Freeter/blob/master/COPYING