This app is called Coaster. Its a small menubar application to hold snippets of text.
When finished, the application should enable the user to accomplish the following when complete:
- Clicking the icon in the menubar will display a small popover window where the user can type or paste text.
- The entered text should persist between opening and dismissing the window.
- The entered text should persist between launches of the app.
- Right clicking on the icon will display a menu with the following options:
- Open. This option will open the small popover window with the persisted text.
- Settings. This option is a placeholder for future functionality, but doesn't do anything yet. It should be greyed out.
- Quit. This option will exit the app.
