Skip to content

noborus/ovcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ovcs

The client/server of the terminal pager ov.

ovcs.gif

feature

The client server for the terminal pager.

install

go install

go install github.com/noborus/ovcs@latest

Homebrew

brew install noborus/tap/ovcs

Arch Linux

https://aur.archlinux.org/packages/ovcs-git

deb

You can download the package from releases.

curl -L -O https://github.com/noborus/ovcs/releases/download/vx.x.x/ovcs_x.x.x-1_amd64.deb
sudo apt install ./ovcs_x.x.x_amd64.deb

rpm

You can download the package from releases.

sudo rpm -ivh https://github.com/noborus/ovcs/releases/download/vx.x.x/ovcs_x.x.x-1_amd64.rpm

Usage

  1. Start the server.
  2. Pass the standard input to the client.
  3. It will be displayed on the server side.

server

ovcs server

client

ls| ovcs client

psql

Run this shell script. https://github.com/noborus/ovcs/blob/main/psql.sh.

(You need to have tmux and psql installed).

sh psql.sh [psql option]

ovcs-psql.gif

mysql

Run this shell script. https://github.com/noborus/ovcs/blob/main/mysql.sh.

(You need to have tmux and mysql-client installed).

sh mysql.sh [mysql option]

ovcs-mysql.gif