influxdata / influxdata/influx-cli

Use PAGER to view data

Open
#375 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
75
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Currently when viewing data via a `select` query, `influx` just outputs the data onto screen in a simple table.

Other data query CLI tools like, psql, pgcli, mycli, support a PAGER variable to which the data is piped into. This keeps the REPL clean of the output data.

The most common of all PAGERs is `less`, so if `$PAGER` is set to `less`, all output data would be piped into it. Someone could then use less's builtin search / filter on that data. Or we could save that data into a file as well, all via less.

An advanced version would be to use `visidata` as a PAGER!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the `select` query output path and the CLI's existing table-rendering or output handling. The work is done when output can be sent through the `$PAGER` command, including the common `less` use case, while preserving the normal behavior when it is not configured.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.