Home

Awesome

Viddy

<p align="center"> <img src="images/logo.png" width="200" alt="viddy" title="viddy" /> </p>

Modern watch command.

Viddy well, gopher. Viddy well.

Demo

<p align="center"> <img src="images/demo.gif" width="100%" alt="viddy" title="viddy" /> </p>

Features

Install

Cargo

cargo install viddy

Homebrew

brew install viddy

Linux

wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.1.2/viddy-v1.1.2-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin

Other

Download from release page.

Install with Other Package Managers (Community-Maintained)

MacPorts

sudo port install viddy

Scoop

To install Viddy on Windows, first install the Scoop package manager, and then run the commands below.

NOTE: The git package is required in order to add additional Scoop "buckets".

scoop install git
scoop bucket add extras
scoop install extras/viddy

ArchLinux ( AUR )

yay -S viddy

Alternatively you can use the AUR Git repo directly

Alpine Linux

After enabling the community repository:

apk add viddy

asdf version manager

asdf plugin add viddy
asdf install viddy latest
asdf global viddy latest

Keymaps

key
SPACEToggle time machine mode
sToggle <ins>s</ins>uspend execution
bToggle ring terminal <ins>b</ins>ell
dToggle <ins>d</ins>iff
tToggle header/<ins>t</ins>itle display
?Toggle help view
/Search text
jPager: next line
kPager: previous line
hPager: move left
lPager: move right
Control-FPager: page down
Control-BPager: page up
gPager: go to top of page
Shift-GPager: go to bottom of page
Shift-J(Time machine mode) Go to the past
Shift-K(Time machine mode) Back to the future
Shift-F(Time machine mode) Go to more past
Shift-B(Time machine mode) Back to more future
Shift-O(Time machine mode) Go to oldest position
Shift-N(Time machine mode) Go to current position

Configuration

Viddy can be used without any configuration. However, if you want to customize the keybindings or default behavior, you can do so.

Install your config file on $XDG_CONFIG_HOME/viddy.toml On macOS, the path is ~/Library/Application\ Support/viddy.toml.

[general]
no_shell = false
shell = "zsh"
shell_options = ""
skip_empty_diffs = false

[keymap]
timemachine_go_to_past = "Down"
timemachine_go_to_more_past = "Shift-Down"
timemachine_go_to_future = "Up"
timemachine_go_to_more_future = "Shift-Up"
timemachine_go_to_now = "Ctrl-Shift-Up"
timemachine_go_to_oldest = "Ctrl-Shift-Down"

[color]
background = "white" # Default value is inherit from terminal color.

What is "viddy" ?

"viddy" is Nadsat word meaning to see. Nadsat is fictional argot of gangs in the violent book and movie "A Clockwork Orange".

Credits

The gopher's logo of viddy is licensed under the Creative Commons 3.0 Attributions license.

The original Go gopher was designed by Renee French.