From 6fd6828a0992378aa511ca077d1b5cf9f1518d33 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Tue, 7 Nov 2023 17:33:33 -0500 Subject: [PATCH] docs: add sync-trampolines to usage blurb --- main.lisp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.lisp b/main.lisp index eedba17..062cf56 100755 --- a/main.lisp +++ b/main.lisp @@ -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. @@ -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 ()