Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.