Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbilgili/soon
📝 A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.
https://github.com/dbilgili/soon
electron macos-menubar reminder
Last synced: 7 days ago
JSON representation
📝 A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.
- Host: GitHub
- URL: https://github.com/dbilgili/soon
- Owner: dbilgili
- License: gpl-2.0
- Created: 2020-07-17T14:29:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T01:28:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T14:43:13.631Z (17 days ago)
- Topics: electron, macos-menubar, reminder
- Language: JavaScript
- Homepage:
- Size: 126 MB
- Stars: 56
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Soon
Alternatively, you can clone the repository and build the app on your own by running `npm run build` and `npm run dist` commands consecutively.
## About _Soon_
_Soon_ is a simplistic reminder application for macOS menubar to quickly add small post-it like reminders.
When the time comes, _Soon_ sends a system notification to remind your note.You can define the duration for a reminder in seconds, minutes or hours.
Below the list of valid duration input identifiers.
```
'sec', 'sec.', 'secs', 'secs.', 'second', 'seconds'
'min', 'min.', 'mins', 'mins.', 'minute', 'minutes'
'hr', 'hr.', 'hrs', 'hrs.', 'hour', 'hours'
```All these duration identifiers can start with `every` keyword to set a periodic reminder.
Some input examples for duration (Only integers are valid as a number).
```
1 hr
20min.
30seconds
Every 10 min
```