Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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