finder-path
v4.0.0
Published
Get the path of the current directory in Finder (macOS)
Downloads
13
Maintainers
Readme
finder-path
Get the path of the current directory in Finder (macOS)
Install
$ npm install finder-path
Usage
import finderPath from 'finder-path';
console.log(await finderPath());
//=> '/Users/sindresorhus/dev/finder-path/'