NoUseFreak / warpdir

Jump to directories on your filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warpdir

Warpdir is a simple command line tool to create and manage shortcuts to directories.

Installation

go install github.com/nousefreak/warpdir@latest

Or download the latest release and add the binary to your PATH.

warpdir install

Once installed you can run wd help to see the help page.

Usage

# Add a warp point to the current directory
wd add <name>

# Add a warp point to a specific directory
wd add <name> <path>

# Jump to a warp point
wd <name>

# Jump to previous warp point
wd -

# Fuzzy search warp points
wd

# List all warp points
wd list

# Delete a warp point
wd delete <name>

About

Jump to directories on your filesystem

License:Other


Languages

Language:Go 98.4%Language:Shell 1.6%