https://github.com/hahwul/jqueen
https://github.com/hahwul/jqueen
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hahwul/jqueen
- Owner: hahwul
- License: mit
- Created: 2020-07-15T07:55:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T17:13:24.000Z (about 5 years ago)
- Last Synced: 2025-05-12T23:08:26.105Z (5 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jqueen
## Usage
```
__ ____ *
\ \ /___ \_ _ ___ ___ _ __ * | *
\ \// / / | | |/ _ \/ _ \ '_ \ * \|/ *
/\_/ / \_/ /| |_| | __/ __/ | | | * * * \|O|/ * * *
\___/\___,_\ \__,_|\___|\___|_| |_| \o\o\o|O|o/o/o/
v0.1.0 by @hahwul (<><><>O<><><>)jqueen is simple job queue manager
Usage:
jqueen [command]Available Commands:
add Adding job
daemon managing jqueen daemon
help Help about any command
list Show job lists
rm Remove job
show Show detail information of jobFlags:
--config string config file (default is $HOME/.jqueen.yaml)
-h, --help help for jqueen
--host string daemon mode: binding address / client mode: connect address (default "localhost")
--port int daemon mode: listen port / client mode: connect port (default 6886)
```## Install
```
$ go get -u github.com/hahwul/jqueen
$ ~/go/bin/jqueen
```