https://github.com/fdncred/nu_plugin_gitql
https://github.com/fdncred/nu_plugin_gitql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdncred/nu_plugin_gitql
- Owner: fdncred
- License: mit
- Created: 2024-09-07T22:02:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T14:06:57.000Z (over 1 year ago)
- Last Synced: 2025-01-16T03:49:53.372Z (over 1 year ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?
```