Age | Commit message (Collapse) | Author |
|
Now that I think about it, a daemon would execute in the background, not
take over the shell. But whatever, not going to change that now when I'm
about to release the program.
|
|
Make it faster to try out the program by providing copy-pastable
commands to get a sample config.
`HOME` needs two `$` to escape it from the Python templater.
|
|
While the Objective-C/Cocoa code is designed to work on at least 10.6,
the Rust code requires >=10.7, as something in Rust, maybe the standard
library, requires at least that version of Mac OS.
|
|
The start of a Homebrew formula for the program. Needs a bunch of fields
filled out. For now, we're mostly getting it to work as an input
template for an accompanying generator script. The script will fill in
some values automatically, including the plist file, so that the launchd
plist can be activated using Homebrew's services.
|
|
|