Launching today

PathDeck
Visually manage your terminal PATH, aliases & env variables.
7 followers
Visually manage your terminal PATH, aliases & env variables.
7 followers
PathDeck is an ultra-lightweight (<1.4MB), open-source macOS studio built in pure SwiftUI. It replaces chaotic terminal editing with a beautiful drag-and-drop dashboard to manage your $PATH, toggle aliases, and secure environment keys behind Touch ID.

How does this handle conflicts when two entries in $PATH point to the same binary, and does it let you reorder them with drag and drop or only toggle visibility?
Yes, you can easily reorder them using drag-and-drop. Path conflicts are resolved from top to bottom.
Pure SwiftUI is a nice touch, curious how it handles conflicts when two different apps want to override the same $PATH entry at the same time?
How does it handle conflicts when two different tools try to claim the same PATH entry, and is there any sync support so my PATH setup carries over between machines?
finally a clean way to wrangle my $PATH without diving into fish config files. the touch id gate for env keys is a really thoughtful touch
the pure swiftui build at under 1.4mb is genuinely impressive, especially for something that replaces terminal editing. love that touch id integration for env keys too.