go-prompt
CLI library
A library for building interactive command-line interfaces with auto-complete suggestions.
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
5k stars
54 watching
349 forks
Language: Go
last commit: 4 months ago
Linked from 2 awesome lists
clicommand-lineinteractivepromptterminalvt100
Related projects:
Repository | Description | Stars |
---|---|---|
jtyr/gbt | A highly configurable prompt builder for various shells and environments. | 550 |
go-kit/kit | A toolkit for building microservices in Go | 26,621 |
disposaboy/gosublime | An integrated development environment plugin for Sublime Text 3 that enhances Go/Golang development experience with various features and tools. | 3,418 |
prompt-toolkit/python-prompt-toolkit | A Python library for building interactive command line applications with advanced features like syntax highlighting and code completion. | 9,374 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,071 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,401 |
create-go-app/cli | A command-line tool for creating and deploying full-stack web applications with Go backend, JavaScript/TypeScript frontend, and automated deployment using Ansible and Docker. | 2,608 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 5,995 |
google/starlark-go | An implementation of the Starlark configuration language in Go. | 2,348 |
tmc/langchaingo | Provides a Go implementation of LangChain for generating text based on large language models. | 4,635 |
go-vgo/robotgo | Automation tool for interacting with graphical user interfaces on multiple platforms. | 9,678 |
campoy/go-tooling-workshop | Teaching the tools used by Go developers to improve their coding skills and performance | 2,791 |
cue-lang/cue | A tool for validating and defining text-based and dynamic configuration files | 5,138 |
cweill/gotests | Generates Go test boilerplate from source code | 4,957 |
urfave/cli | A package for building simple command line tools in Go with support for flexible flag parsing and dynamic shell completion. | 22,371 |