Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nousefreak/warpdir
- Owner: NoUseFreak
- License: other
- Created: 2023-12-11T23:41:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T00:26:36.000Z (about 1 year ago)
- Last Synced: 2024-11-23T17:50:00.159Z (2 months ago)
- Topics: cd, markers
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```