Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gvcgo/gshell

Lib for creating interactive cli applications.
https://github.com/gvcgo/gshell

cli cmd go golang interactive interactive-shell ishell local process remote shell

Last synced: 7 days ago
JSON representation

Lib for creating interactive cli applications.

Awesome Lists containing this project

README

        

# gshell
Lib for creating interactive cli applications.
[gshell](https://github.com/moqsien/gshell) can interact with both local and remote processes.

# Usage

- Simple example for interactive cli.
- [ishell](https://github.com/moqsien/gshell/tree/main/examples/ishell)
- Example for cli handling with local processes.
- [ktrl_sock](https://github.com/moqsien/gshell/blob/main/examples/gktrl/ktrl_sock.go)
- Example for cli handling with remote processes.
- [ktrl_tcp](https://github.com/moqsien/gshell/blob/main/examples/gktrl/ktrl_tcp.go)

# License

MIT