ishell

(โ˜… 1,760)

Library for creating interactive cli applications.

  • .gitignore
  • .travis.yml
  • actions.go
  • CHANGES.md
  • command.go
  • command_test.go
  • completer.go
  • context.go
  • functions.go
  • go.mod
  • go.sum
  • ishell.go
  • LICENSE
  • progress.go
  • reader.go
  • README.md
  • utils_unix.go
  • utils_windows.go

# Installation Guide

1. Get the code
git clone https://github.com/abiosoft/ishell

Downloads the entire project code from GitHub to your computer.

cd ishell

Moves into the project folder you just downloaded.

2. Go

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Go The Go compiler and toolchain.
$ go run main.go

Runs the Go program directly without a separate build step.

$ go run main.go exit greet Someusername

Runs the Go program directly without a separate build step.

go run example/main.go

Runs the Go program directly without a separate build step.

โœ… If the build finishes without errors, it worked. If you used go run ., check the terminal output.

Pulled directly from this repo's README.

// repository documentation