Skip to content

Initial release - 1.0

Latest
Compare
Choose a tag to compare
@JCoupalK JCoupalK released this 16 Mar 10:26
· 6 commits to main since this release

OSearchTableView

OSearchTableView is a command-line tool written in Go for fetching and displaying data from OpenSearch indices in a tabular format.

Installation on Linux amd64

  1. Download the binary with wget:

    wget https://github.com/JCoupalK/OSearchTableView/releases/download/1.0/ostableview_linux_amd64_1.0.tar.gz
  2. Unpack it with tar

    tar -xf ostableview_linux_amd64_1.0.tar.gz
  3. Move it to your /usr/local/bin/ (Optional):

    sudo mv ostableview /usr/local/bin/ostableview