Skip to content

Commit

Permalink
docs: add sync-trampolines to usage blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Nov 7, 2023
1 parent 3bc7d60 commit 6fd6828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Also resolves symlinks, if relevant.
mac-app-util mktrampoline FROM.app TO.app
mac-app-util sync-dock Foo.app Bar.app ...
mac-app-util sync-trampolines /my/nix/Applications /Applications/MyTrampolines/
mktrampline creates a “trampoline” application launcher that immediately
launches another application.
Expand All @@ -243,6 +244,10 @@ sync-dock updates persistent items in your dock if any of the given apps has the
same name. This can be used to programmatically keep pinned items in your dock
up to date with potential new versions of an app outside of the /Applications
directory, without having to check which one is pinned etc.
sync-trampolines is an all-in-1 solution that syncs an entire directory of *.app
files to another by creating a trampoline launcher for every app, deleting the
rest, and updating the dock.
"))

(defun main ()
Expand Down

0 comments on commit 6fd6828

Please sign in to comment.