Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T23:11:47.000Z (over 3 years ago)
- Last Synced: 2023-02-28T18:37:06.073Z (over 1 year ago)
- Topics: fish, fish-packages, fish-shell, omf
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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.[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](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