Skip to content

Commit ca45497

Browse files
authored
Update README.md
1 parent 94cf596 commit ca45497

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# Cosmos sdk CLI completions for Nushell
22

3+
![cosmos-nushell2](https://github.com/cyber-prophet/cosmos-nushell/assets/4896754/8fb11a5d-2805-4896-87bf-44561d2c4e0c)
4+
5+
## Installation
6+
7+
In [Nushell](https://www.nushell.sh/):
8+
9+
- `git clone https://github.com/cyber-prophet/cosmos-nushell`
10+
- `cd cosmos-nushell`
11+
- `overlay use out/neutrond/neutrond_nu_completions.nu`
12+
13+
## Use
14+
15+
Start typing executable name, for example `neutrond`, hit `tab`: check completions.
16+
17+
For the best experience I suggest to set `$env.config.completions.partial = true`
18+
19+
## Already parsed completions
20+
321
In this repository you can find:
422
- [Universal Jupyter Notebook](https://github.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/blob/master/cyber-cli-bash-parsing.ipynb) for parsing Cosmos-SDK CLI-s (tested on go-cyber, pussy, gaiad) commands and composing nushell completions file (that can be used as an overlay or as a module in a nushell).
523
- [Ready to use](https://github.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/tree/master/out) completions for Nushell:
624
- [cyber](https://raw.githubusercontent.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/master/out/cyber/cyber_nu_completions.nu)
725
- [pussy](https://raw.githubusercontent.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/master/out/pussy/pussy_nu_completions.nu)
826
- [gaiad](https://raw.githubusercontent.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/master/out/gaiad/gaiad_nu_completions.nu)
927
- [osmosisd](https://raw.githubusercontent.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/master/out/osmosisd/osmosisd_nu_completions.nu)
28+
- [neutrond](https://raw.githubusercontent.com/cyber-prophet/cosmos-sdk-CLI-completions-for-nushell/master/out/neutrond/neutrond_nu_completions.nu)
29+
30+
## Parsing completions
31+
32+
Use `cyber-cli-bash-parsing.ipynb`, set the executable name, run.

0 commit comments

Comments
 (0)