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

https://github.com/fdncred/nu_plugin_gitql


https://github.com/fdncred/nu_plugin_gitql

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# nu_plugin_gitql

This is a [Nushell](https://nushell.sh/) plugin called "gitql".

## Installing

```nushell
> cargo install --path .
```

## Usage

FIXME: This reflects the demo functionality generated with the template. Update this documentation
once you have implemented the actual plugin functionality.

```nushell
> plugin add ~/.cargo/bin/nu_plugin_gitql
> plugin use gitql
> gitql Ellie
Hello, Ellie. How are you today?
> gitql --shout Ellie
HELLO, ELLIE. HOW ARE YOU TODAY?
```