bash
proof of concept
- Rewrite in Python for speed and maintainability.
- Now have submenus for container and image operations instead of just start/stop the VM
- We send notifications to the Notification Manager
- Add option to pull new image into one of your Lima VMs.
- Add option to run an arbitrary
lima
command in a VM.
- Add
/opt/homebrew/bin
to the plugin's$PATH
when it exists and is a directory.
- Swiftbar started capturing
stderr
in addition tostdout
, causing log messages to spam the menu bar. Default to log level critical so we don't spam log messages (that no one was seeing anyway) except when we're testing.
dd more candidate directories to be added to $PATH
- Check for
~/homebrew/bin
and~/homebrew/sbin
to cope when homebrew is installed in a user's home directory. Closes #28 - While we're in there, check for
/usr/local/sbin
,/opt/homebrew/sbin
,/opt/local/sbin
,~/bin
and~/sbin
directories too.