Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tack

yet another menu bar app that makes it easy for you to tack on your statuses with a cli

Install

brew install nhomble/tap/tack   # CLI only, arm64

For the menu bar app, build from source:

make build      # swift build -c release
make bundle     # package Tack.app (no Xcode needed)
make run        # bundle + open it
sudo make install   # tack -> /usr/local/bin, Tack.app -> /Applications

Model

Boards get their own menu bar icon. Tacks are line items under a board.

tack board set sys --icon desktopcomputer --tooltip "system status"
tack board list [--json]
tack board clear sys          # cascades, deletes its tacks too

tack set sys cpu "12%"
tack list [<board>] [--json]  # all tacks, or just one board's
tack clear sys cpu

tack path                     # print db path

Icons are SF Symbol names — browse in the SF Symbols app. Bad name = no icon, no crash. Tooltip shows on hover.

Autostart (optional)

LaunchAgent plist pointing ProgramArguments at .build/release/TackBar, RunAtLoad+KeepAlive true, then launchctl load ...plist.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages