https://github.com/futuretea/demo
https://github.com/futuretea/demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/futuretea/demo
- Owner: futuretea
- Created: 2021-01-26T08:26:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T10:31:34.000Z (over 5 years ago)
- Last Synced: 2025-03-15T11:10:02.596Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
## installation
```bash
go get -u github.com/futuretea/demo
```
## Usage
```
$cat demo.csv
description,command
command 1,ls
command 2,ls -l
$demo -c demo.csv
```