https://github.com/aquilax/rundo
Simple local workspace scripts runner
https://github.com/aquilax/rundo
shell task-runner
Last synced: 2 months ago
JSON representation
Simple local workspace scripts runner
- Host: GitHub
- URL: https://github.com/aquilax/rundo
- Owner: aquilax
- License: mit
- Created: 2021-08-09T04:27:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T05:59:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T06:30:02.548Z (over 1 year ago)
- Topics: shell, task-runner
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rundo
Local scripts runner
Run commands defined in .rundo file in the current directory
```shell
$cat .rundo
list=ls -lah
```
## Usage
```shell
$ rundo --help
NAME:
rundo - Local scripts runner
USAGE:
rundo [global options] command [command options] [arguments...]
COMMANDS:
list, ls Shows list of the defined commands in the current context
run, r Runs one of the commands
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
```