https://github.com/astropenguin/fls
:mag_right: List paths of current macOS Finder windows
https://github.com/astropenguin/fls
finder macos
Last synced: 3 months ago
JSON representation
:mag_right: List paths of current macOS Finder windows
- Host: GitHub
- URL: https://github.com/astropenguin/fls
- Owner: astropenguin
- Created: 2017-01-09T13:03:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T15:19:02.000Z (over 5 years ago)
- Last Synced: 2026-03-27T18:50:53.936Z (3 months ago)
- Topics: finder, macos
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fls
List paths of current macOS Finder windows
## Installation
```bash
$ brew tap astropenguin/formulae
$ brew install fls
```
## Usage
```bash
$ fls
/Users/user/Desktop
/Users/user/Downloads
```
## Extras
As shown in the caveats of installation, it also provides a command `fcd`,
which enables to `cd` to one of paths of current macOS Finder windows.
```
==> Caveats
To enable fcd, add it to your shell profile:
(for bash) source /usr/local/etc/fcd.sh
(for fish) source /usr/local/etc/fcd.fish
```