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
- Host: GitHub
- URL: https://github.com/spacewander/mdaj
- Owner: spacewander
- License: apache-2.0
- Created: 2020-10-31T04:08:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T07:19:25.000Z (over 5 years ago)
- Last Synced: 2024-12-28T03:42:12.021Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**