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

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.

Awesome Lists containing this project

README

        



Remember Logo


Remember

GitHub Actions status

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.


Demo

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.