The client/server of the terminal pager ov.
The client server for the terminal pager.
go install github.com/noborus/ovcs@latest
brew install noborus/tap/ovcs
https://aur.archlinux.org/packages/ovcs-git
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
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
- Start the server.
- Pass the standard input to the client.
- It will be displayed on the server side.
ovcs server
ls| ovcs client
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]
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]