Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nousefreak/warpdir

Jump to directories on your filesystem
https://github.com/nousefreak/warpdir

cd markers

Last synced: about 6 hours ago
JSON representation

Jump to directories on your filesystem

Awesome Lists containing this project

README

        

# Warpdir

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

## Installation

```bash
go install github.com/nousefreak/warpdir@latest
```

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

```shell
warpdir install
```

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

## Usage

```bash
# Add a warp point to the current directory
wd add

# Add a warp point to a specific directory
wd add

# Jump to a warp point
wd

# Jump to previous warp point
wd -

# Fuzzy search warp points
wd

# List all warp points
wd list

# Delete a warp point
wd delete
```