go-command-chain
Command pipeline library
A Go library that simplifies executing complex command pipelines by abstracting away shell-specific details and providing control over input streams and output redirection.
A go library for easy configure and run command chains. Such like pipelining in unix shells.
62 stars
3 watching
2 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
commandgogolanglibrarypipelineshell
Related projects:
Repository | Description | Stars |
---|---|---|
| Automates project-specific command line aliases and tasks for improved productivity | 227 |
| A decentralized task pipeline on Golem.network using Python. | 5 |
| Provides a lightweight and flexible way to process data streams in Go | 1,935 |
| A CLI tool for scaffolding Go applications with a focus on modularity, scalability, and performance. | 1,994 |
| A flexible and efficient way to write and run complex workflows using Go programming language | 1,081 |
| A library for working with IP addresses and networks in Go | 144 |
| A toolchain and task runner for Go projects that allows declarative task definition and execution with features such as conditional logic and job templates. | 117 |
| A toolkit that simplifies concurrency in Go by providing a composable and clean way to handle channels and errors. | 1,440 |
| A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
| A Go library for building command line applications with advanced features and support for various arguments and commands | 65 |
| A library that abstracts away gRPC configuration details and provides production-ready features such as health checks and shutdown hooks. | 210 |
| A tool for composing functions into data-processing pipelines to produce desired output. | 573 |
| A runtime dynamic library loader for Go | 275 |
| A framework for processing large-scale task-based pipelines in a distributed manner | 749 |
| Provides idiomatic Go input parsing with subcommands and flags at any position. | 860 |