Zookeeper CLI with autocomplete, syntax highlighting and pretty printing
Project description
# IZK: interactive zookeeper
[![Build Status](https://travis-ci.org/brouberol/izk.svg?branch=master)](https://travis-ci.org/brouberol/izk) [![Coverage Status](https://coveralls.io/repos/github/brouberol/izk/badge.svg?branch=master)](https://coveralls.io/github/brouberol/izk?branch=master)
`izk` is a modern and simple zookeeper shell, with autocompletion, history search, vi bindings, syntax highlighting and pretty-printing.
[![asciicast](https://asciinema.org/a/Cw1yNF3lu9Qkgqtg4n9jzvj54.png)](https://asciinema.org/a/Cw1yNF3lu9Qkgqtg4n9jzvj54?t=02)
## Installation
To install `izk`, simply run
```shell
$ pip install izk
```
`izk` is Python 3 only. I do not plan to support Python 2, but it that's important to you, feel free to contribute!
## Docker
`izk` is also available as a docker image. To run it, execute
```shell
$ docker run -it brouberol/izk
```
Note that to ease usage woith docker, all command-line arguments can be passed as environment variables, prefixed with `IZK_`.
Example: here is how to run `izk --write` in docker
```shell
$ docker run -it -e IZK_WRITE=1 brouberol/izk
```
## Usage
```
$ izk --help
usage: izk [-h] [--write WRITE]
[--style {default,emacs, ...}]
[--version]
[zk_url]
CLI for zookeeper with syntax-highlighting and auto-completion.
positional arguments:
zk_url URL of the zookeeper node. Default: localhost:2181.
Override via the IZK_ZK_URL environment variable.
optional arguments:
-h, --help show this help message and exit
--write WRITE Authorize write operations (update/insert/remove).
Override via the IZK_WRITE environment variable.
--style {default,emacs, ...}
The color style to adopt. Default: monokai. Override
via the IZK_STYLE environment variable.
--input-mode {vi,emacs}
The input mode to adopt. Default: vi. Override via the
IZK_INPUT_MODE environment variable.
--version Display izk version number and exit
Version: 0.4.0
```
[![Build Status](https://travis-ci.org/brouberol/izk.svg?branch=master)](https://travis-ci.org/brouberol/izk) [![Coverage Status](https://coveralls.io/repos/github/brouberol/izk/badge.svg?branch=master)](https://coveralls.io/github/brouberol/izk?branch=master)
`izk` is a modern and simple zookeeper shell, with autocompletion, history search, vi bindings, syntax highlighting and pretty-printing.
[![asciicast](https://asciinema.org/a/Cw1yNF3lu9Qkgqtg4n9jzvj54.png)](https://asciinema.org/a/Cw1yNF3lu9Qkgqtg4n9jzvj54?t=02)
## Installation
To install `izk`, simply run
```shell
$ pip install izk
```
`izk` is Python 3 only. I do not plan to support Python 2, but it that's important to you, feel free to contribute!
## Docker
`izk` is also available as a docker image. To run it, execute
```shell
$ docker run -it brouberol/izk
```
Note that to ease usage woith docker, all command-line arguments can be passed as environment variables, prefixed with `IZK_`.
Example: here is how to run `izk --write` in docker
```shell
$ docker run -it -e IZK_WRITE=1 brouberol/izk
```
## Usage
```
$ izk --help
usage: izk [-h] [--write WRITE]
[--style {default,emacs, ...}]
[--version]
[zk_url]
CLI for zookeeper with syntax-highlighting and auto-completion.
positional arguments:
zk_url URL of the zookeeper node. Default: localhost:2181.
Override via the IZK_ZK_URL environment variable.
optional arguments:
-h, --help show this help message and exit
--write WRITE Authorize write operations (update/insert/remove).
Override via the IZK_WRITE environment variable.
--style {default,emacs, ...}
The color style to adopt. Default: monokai. Override
via the IZK_STYLE environment variable.
--input-mode {vi,emacs}
The input mode to adopt. Default: vi. Override via the
IZK_INPUT_MODE environment variable.
--version Display izk version number and exit
Version: 0.4.0
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
izk-0.4.0.tar.gz
(9.4 kB
view details)
Built Distribution
izk-0.4.0-py2.py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file izk-0.4.0.tar.gz
.
File metadata
- Download URL: izk-0.4.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4d37068735eaf6a056b52277c113fafcd5c71c1dce831e570cfd83ab58bd465 |
|
MD5 | 04a95ebb6d1d8f1d07cf3225ade86564 |
|
BLAKE2b-256 | 636c5b13b407bc129cca4baa0966d48d7d1a1e3cdfd58e2d4286ffac0b6ec560 |
File details
Details for the file izk-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: izk-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4b69e6e1369a4ca03842f09f6746d73324ba086c7ac09a38dcd20a219348edd |
|
MD5 | b8458aa5d1ca7fd687a59043db6ef38b |
|
BLAKE2b-256 | 2ca111e32f0d599d19bfa3f23c9028bff643327d1d6d9531ff809779428a196f |