Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infomiho/mapped_cd
ZSH plugin that enables to change current directory efficiently by mapping directories to a name
https://github.com/infomiho/mapped_cd
cd mapping plugin symbolic zsh
Last synced: 16 days ago
JSON representation
ZSH plugin that enables to change current directory efficiently by mapping directories to a name
- Host: GitHub
- URL: https://github.com/infomiho/mapped_cd
- Owner: infomiho
- License: mit
- Created: 2017-02-18T20:08:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T20:33:02.000Z (almost 8 years ago)
- Last Synced: 2024-11-22T20:36:04.506Z (3 months ago)
- Topics: cd, mapping, plugin, symbolic, zsh
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mapped cd
![Mapped cd example](http://ilakovac.com/mapped_cd/example.gif)
This is a simple Oh My ZSH plugin that provides a subset of functionalities of [wd](https://github.com/mfaerevaag/wd)
This can be also used as a shell script.
## How to
```bash
Usage: c [command]Commands:
Changes your current directory to one mapped by
add Maps current directory to
rm Removes the mapping by
list Print all stored mappings
show Show the full path to
help Show this
```## Notes
Initial idea: Stipe Stajp Predanic, wd.
I'm not a shell script expert and any pull request is greatly appreciated.