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

https://github.com/lessmost/omf-plugin-jdk

An oh-my-fish plugin to switch between different JDK versions.
https://github.com/lessmost/omf-plugin-jdk

fish fish-shell jdk oh-my-fish oh-my-fish-plugin

Last synced: about 2 months ago
JSON representation

An oh-my-fish plugin to switch between different JDK versions.

Awesome Lists containing this project

README

          

#### jdk
> A plugin for [Oh My Fish][omf-link].
> Switch between different JDK versions.

[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v3.0.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 https://github.com/zqlu/omf-plugin-jdk.git
```

## Usage

```fish
# Switch to JDK 1.8
$ jdk 1.8

# Switch to JDK 9
$ jdk 9

# Switch to JDK 11
$ jdk 11

# Switch to default JDK
$ jdk
```

# License

[MIT][mit] © [zqlu][author] et [al][contributors]

[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/{{USER}}
[contributors]: https://github.com/{{USER}}/plugin-jdk/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