Cupertinote is a simple notepad with a skeumorphic design. It looks and behaves rather like its direct inspiration, the notepad applet provided with classic versions of Mac OS (ranging back to I believe System 7).
You need Racket installed. Once it is, Cupertinote has one dependency, string-searchers, which can be installed with raco:
raco pkg install string-searchersA standalone executable can be built as such:
raco exe cupertinote.rkt
# linux
raco distribute cupertinote-bin cupertinote
# windows
raco distribute cupertinote-bin cupertinote.exe
# macos
raco distribute cupertinote-bin cupertinote.appCupertinote is Copyright (C) japanoise 2024, licensed under the terms of the GPL version 3, or at your option any later version.
