elwan-l1/pathsta

A simple editable path bar for Finder. Click the path bar, type or paste any folder path and navigate.

Swift

0

9 commits

updated Sep 19, 2026

See the code
appkit
developer-tools
file-navigation
finder
macos
macos-app
menu-bar-app
path-bar
path-completion
productivity
swift

See what people are saying (1)

SourceMessageScoreDate

Pathsta - I made Finder's path bar editable (r/SideProject)

Hi, so I made (well Codex made) a tiny tool that improves Finder a bit for me. I've been using macOS for a really long time but I still don't like Finder. It's weirdly annoying and one thing I don't like is not having a simple editable path (yes, there is cmd+shift+G but I don't like it either). I…

1

Sep 19, 2026

README

Pathsta

Pathsta

A simple editable path bar for Finder.

macOS 27 or later, Apple Silicon CI status Latest release MIT License

Click Finder's path bar to edit the current path with Pathsta

⚠️ Pathsta has been entirely written by Codex using GPT-5.6 Sol High. The project idea, guidance, and logo are mine.

Click Finder's path bar, type or paste a path and press Return. Pathsta follows the active Finder window, supports Tab completion and stays out of the way when you click elsewhere.

Pathsta requires macOS 27 or later. The reusable core remains tested on macOS 14, but the Finder integration and interface are supported only on macOS 27 and later.

Features

  • Path completion: Press Tab or Shift-Tab to cycle through matching folders, including symbolic links.
  • Safe folder creation: Press Shift-Return to create one missing folder and navigate to it. Can be disabled from the menu bar.
  • Not found feedback: Play a sound when a path cannot be found. Can be disabled from the menu bar.
  • Live synchronization: The field follows the active Finder window and updates when its location changes.
  • Manual updates: Check for and securely install signed releases from the menu bar. Pathsta never checks or downloads updates in the background.

Install

Download Pathsta from Releases.

Open Pathsta and allow Finder automation when macOS asks. Initial releases support Apple silicon.

Security and privacy

Pathsta uses Hardened Runtime and requests only Finder Automation permission. It is deliberately not App Sandbox-enabled because its core purpose is navigating to arbitrary Finder paths. Directory reads and folder creation therefore run with the signed-in user's normal filesystem permissions. Folder creation is limited to one missing leaf beneath an existing directory and never creates intermediate folders.

Build

Building the app requires macOS 27+, Xcode 27+ and Homebrew. Core package tests also run on macOS 14.

make bootstrap
make verify
make open

Contributing

Issues and pull requests are welcome, especially compatibility fixes for other macOS versions. Please run make verify before submitting a change.

License

Pathsta is available under the MIT License.

Contributors

elwan-l1

9 commits

elwan-l1/pathsta

A simple editable path bar for Finder. Click the path bar, type or paste any folder path and navigate.

Swift

0

9 commits

updated Sep 19, 2026

See the code
appkit
developer-tools
file-navigation
finder
macos
macos-app
menu-bar-app
path-bar
path-completion
productivity
swift

See what people are saying (1)

SourceMessageScoreDate

Pathsta - I made Finder's path bar editable (r/SideProject)

Hi, so I made (well Codex made) a tiny tool that improves Finder a bit for me. I've been using macOS for a really long time but I still don't like Finder. It's weirdly annoying and one thing I don't like is not having a simple editable path (yes, there is cmd+shift+G but I don't like it either). I…

1

Sep 19, 2026

README

Pathsta

Pathsta

A simple editable path bar for Finder.

macOS 27 or later, Apple Silicon CI status Latest release MIT License

Click Finder's path bar to edit the current path with Pathsta

⚠️ Pathsta has been entirely written by Codex using GPT-5.6 Sol High. The project idea, guidance, and logo are mine.

Click Finder's path bar, type or paste a path and press Return. Pathsta follows the active Finder window, supports Tab completion and stays out of the way when you click elsewhere.

Pathsta requires macOS 27 or later. The reusable core remains tested on macOS 14, but the Finder integration and interface are supported only on macOS 27 and later.

Features

  • Path completion: Press Tab or Shift-Tab to cycle through matching folders, including symbolic links.
  • Safe folder creation: Press Shift-Return to create one missing folder and navigate to it. Can be disabled from the menu bar.
  • Not found feedback: Play a sound when a path cannot be found. Can be disabled from the menu bar.
  • Live synchronization: The field follows the active Finder window and updates when its location changes.
  • Manual updates: Check for and securely install signed releases from the menu bar. Pathsta never checks or downloads updates in the background.

Install

Download Pathsta from Releases.

Open Pathsta and allow Finder automation when macOS asks. Initial releases support Apple silicon.

Security and privacy

Pathsta uses Hardened Runtime and requests only Finder Automation permission. It is deliberately not App Sandbox-enabled because its core purpose is navigating to arbitrary Finder paths. Directory reads and folder creation therefore run with the signed-in user's normal filesystem permissions. Folder creation is limited to one missing leaf beneath an existing directory and never creates intermediate folders.

Build

Building the app requires macOS 27+, Xcode 27+ and Homebrew. Core package tests also run on macOS 14.

make bootstrap
make verify
make open

Contributing

Issues and pull requests are welcome, especially compatibility fixes for other macOS versions. Please run make verify before submitting a change.

License

Pathsta is available under the MIT License.

Contributors

elwan-l1

9 commits

Languages

Swift

76.0%

Shell

22.0%

Makefile

1.8%