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

https://github.com/spacewander/mdaj

mark directory and jump
https://github.com/spacewander/mdaj

Last synced: 9 months ago
JSON representation

mark directory and jump

Awesome Lists containing this project

README

          

# Usage

```shell
m -a xx [dir] # mark dir (default to $(pwd))
m xx # jump to dir
m -l # list all marks
m -d xx # delete mark
```

# Installation

1. install git
2. download the code and source it:
```shell
source /path/to/mdaj/mdaj.sh
```

**Make sure the name 'm' is not occupied by other executable or alias!**