dbilgili / Soon

πŸ“ A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.

License:GNU General Public License v2.0


Languages

Language:JavaScript 81.1%Language:Sass 15.2%Language:HTML 3.7%