https://github.com/bogdanp/remember
Stash distractions away for later.
https://github.com/bogdanp/remember
cocoa mac racket swift
Last synced: 7 days ago
JSON representation
Stash distractions away for later.
- Host: GitHub
- URL: https://github.com/bogdanp/remember
- Owner: Bogdanp
- Created: 2019-12-26T21:03:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:13:51.000Z (9 months ago)
- Last Synced: 2025-04-13T07:13:39.499Z (7 days ago)
- Topics: cocoa, mac, racket, swift
- Language: Swift
- Homepage: https://remember.defn.io
- Size: 25.5 MB
- Stars: 114
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Remember
![]()
Remember is a tool for stashing distractions away for later. You bind
it to a hotkey (⌥⎵ by default) and whenever something unexpected pops
up -- say you suddenly realize you need to stock up on milk -- you hit
the hotkey, then type in `buy milk +1h` and hit return. An hour
later, you'll get reminded that you need to go out and buy some milk.
![]()
If you find Remember useful, please consider [buying a copy].
This application is **not** Open Source. I'm providing the source
code here because I want users to be able to see the code they're
running and even change and build it for themselves if they want to.
In that vein, you're free to read, build and run the application
yourself, on your own devices, but please don't share any built
artifacts with others.[buying a copy]: https://remember.defn.io
## Build
### Requirements
* [Racket 8.12 CS](https://racket-lang.org/)
* [Noise](https://github.com/Bogdanp/Noise)
* macOS Catalina
* Xcode 12+### First-time Setup
$ raco pkg install --name remember core/
### Building
$ make
$ xcodebuild## License
Copyright 2019-2024 CLEARTYPE SRL. All rights reserved.