Skip to content

dev4dev/get-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetPath

Allow to cd to the MacOs Finder Alias/Bookmark in terminal.

Example

Build & Install

swift build -c release
cp .build/release/GetPath /opt/homebrew/bin/cl # or /usr/loca/bin/cl on Intel mac

Add function to the shell

cdl() {
	cd "$(cl $1)"
}

Then use cdl command to cd to the destination.

About

CLI tool that returns a destination directory from MacOs Finder Alias/Bookmark file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages