async-bash
Async command runner
A bash script that provides asynchronous functionality for executing shell commands.
bash script that implements few asynchronous functions
137 stars
6 watching
13 forks
Language: Shell
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafredri/zsh-async | A library that enables asynchronous task execution without external tools in zsh shells. | 771 |
skywind3000/asyncrun.vim | An Vim plugin that enables running shell commands in the background and displaying their output in real-time within Vim's Quickfix Window. | 1,861 |
eendroroy/alien | An asynchronous terminal prompt that efficiently updates sections of the command line interface while allowing interactive use. | 315 |
studiosol/async | A safe way to execute functions asynchronously while recovering from panics and facilitating error cause discovery. | 137 |
nonlogicaldev/shell.async-goprompt | A fast and asynchronous command prompt written in Go for Zsh shell. | 4 |
daskycodes/at_cli | A CLI tool that allows users to execute AT commands via serial port connections. | 52 |
thevinter/def | A shell plugin that allows users to define and run default commands in specific directories. | 11 |
desyncr/auto-ls | Automatically runs commands when entering a directory or pressing enter in the current working directory | 89 |
eshaan7/flask-shell2http | An HTTP wrapper service for running shell commands asynchronously | 177 |
bahmutov/as-a | A utility tool for running commands with custom environment settings and variables | 66 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
eendroroy/alien-minimal | An asynchronous zsh prompt that updates part of the prompt asynchronously to improve performance. | 149 |
adamralph/simple-exec | A .NET library for running external commands with customizable behavior and exception handling. | 696 |
zaaack/foy | A task runner with promise-based tasks and utilities for building and executing scripts. | 268 |
christoomey/vim-tmux-runner | A plugin for sending commands from Vim to the tmux terminal multiplexer | 291 |