Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

📝 A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.

Awesome Lists containing this project

README

        



Soon


Download the latest version


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_

screenshot

_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
```