diff --git a/tldr/gitui b/tldr/gitui index 67912617..a8393323 100644 --- a/tldr/gitui +++ b/tldr/gitui @@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # gitui -> Terminal UI for Git. +> A lightweight keyboard-only TUI for Git. +> See also: `tig`, `git-gui`. > More information: . - Specify the color theme (defaults to `theme.ron`): diff --git a/tldr/linux/ydotool b/tldr/linux/ydotool new file mode 100644 index 00000000..ea0ad240 --- /dev/null +++ b/tldr/linux/ydotool @@ -0,0 +1,25 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# ydotool + +> Control keyboard and mouse inputs via commands in a way that is display server agnostic. +> More information: . + +- Start the ydotool daemon in the background: + +`ydotoold` + +- Perform a left click input: + +`ydotool click 0xC0` + +- Perform a right click input: + +`ydotool click 0xC1` + +- Input Alt+F4: + +`ydotool key 56:1 62:1 62:0 56:0` diff --git a/tldr/tig b/tldr/tig index f662be27..cb73125f 100644 --- a/tldr/tig +++ b/tldr/tig @@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git --- # tig -> A text-mode interface for Git. -> More information: . +> A configurable `ncurses`-based TUI for Git. +> See also: `gitui`, `git-gui`. +> More information: . - Show the sequence of commits starting from the current one in reverse chronological order: @@ -31,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git - Start in stash view, displaying all saved stashes: `tig stash` + +- Display help in TUI: + +`h`