All Projects → RPing → Influx Prompt

RPing / Influx Prompt

Licence: mit
An interactive command-line InfluxDB cli with auto completion.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Influx Prompt

Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+19730.95%)
Mutual labels:  cli, terminal, developer-tools, development, syntax-highlighting, autocomplete
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+126214.29%)
Mutual labels:  cli, terminal, developer-tools, development
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+11533.33%)
Mutual labels:  cli, terminal, developer-tools, development
Run
⚡The resource runtime
Stars: ✭ 90 (+114.29%)
Mutual labels:  cli, terminal, developer-tools
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+1988.1%)
Mutual labels:  cli, terminal, developer-tools
Wago
Automate the actions you do after saving code.
Stars: ✭ 60 (+42.86%)
Mutual labels:  cli, developer-tools, development
Gql
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Stars: ✭ 101 (+140.48%)
Mutual labels:  cli, terminal, autocomplete
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (+190.48%)
Mutual labels:  cli, terminal, developer-tools
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+5992.86%)
Mutual labels:  cli, developer-tools, development
Cmd2
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
Stars: ✭ 342 (+714.29%)
Mutual labels:  cli, terminal, developer-tools
Haxor News
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
Stars: ✭ 3,342 (+7857.14%)
Mutual labels:  cli, terminal, developer-tools
Httplab
The interactive web server
Stars: ✭ 3,752 (+8833.33%)
Mutual labels:  cli, developer-tools, development
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (+26.19%)
Mutual labels:  cli, terminal, autocomplete
Vcli
Vertica CLI with auto-completion and syntax highlighting
Stars: ✭ 75 (+78.57%)
Mutual labels:  cli, syntax-highlighting, autocomplete
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+7707.14%)
Mutual labels:  cli, terminal, autocomplete
Autocomplete
Autocomplete for terminals on MacOS
Stars: ✭ 569 (+1254.76%)
Mutual labels:  cli, terminal, autocomplete
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+73311.9%)
Mutual labels:  cli, terminal, syntax-highlighting
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+1959.52%)
Mutual labels:  cli, developer-tools
Irbtools
Improvements for Ruby's IRB console 💎︎
Stars: ✭ 868 (+1966.67%)
Mutual labels:  terminal, developer-tools
Radian
A 21 century R console
Stars: ✭ 878 (+1990.48%)
Mutual labels:  cli, terminal

influx-prompt

PyPI version PyPI pyversions Build Status codecov License: MIT

Overview

An interactive command-line InfluxDB cli.

Inspired by pgcli, http-prompt

Requirement

Python 3.6+, *nix system.

It hasn't tested on Windows.

Installation

To install use pip:

$ pip install influx-prompt

Or clone the repo:

$ git clone https://github.com/RPing/influx-prompt.git
$ python setup.py install

Usage

influx-prompt -h / --help to list all options.

Ctrl+d / exit to exit.

Dead simple.

Contributing

  1. Fork to your repo
  2. install pipenv
  3. pipenv shell
  4. pipenv install --dev
  5. Finish your work, and use tox & flake8 to test.
  6. Pull requests!

Author

A man who can't live without autocomplete, Stephen Chen

Related Projects

Thanks

python-prompt-toolkit, and of course, InfluxDB.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].