https://github.com/alyyousuf7/plugin-epwd
A plugin for Oh My Fish to output the current working directory relative to environment variables.
https://github.com/alyyousuf7/plugin-epwd
fish fish-packages fish-shell omf
Last synced: 8 months ago
JSON representation
A plugin for Oh My Fish to output the current working directory relative to environment variables.
- Host: GitHub
- URL: https://github.com/alyyousuf7/plugin-epwd
- Owner: alyyousuf7
- License: mit
- Created: 2017-03-13T11:58:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T23:11:47.000Z (about 5 years ago)
- Last Synced: 2025-03-12T20:12:54.581Z (over 1 year ago)
- Topics: fish, fish-packages, fish-shell, omf
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

#### epwd
> A plugin for [Oh My Fish][omf-link] to output the current working directory relative to environment variables.
[](/LICENSE)
[](https://fishshell.com)
[](https://www.github.com/oh-my-fish/oh-my-fish)
## Install
```fish
$ omf install epwd
```
## Usage
```fish
$ pwd
/home/ali/go/src
$ epwd
$GOPATH/src
```
# License
[MIT][mit] © [Ali Yousuf][author] et [al][contributors]
[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/alyyousuf7
[contributors]: https://github.com/alyyousuf7/plugin-epwd/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square