GitHunt
CH

cherkavi/bash-example

most used bash script building blocks

bash-example

most used bash script building blocks

shell command visualization console graphics

console shortcuts

edit command line in vim editor

shortcuts: ctrl-x ctrl-e

# .bashrc, default style - vi
set -o vi

how to run bash text in current terminal, source from text, execute bash text, run completion in current terminal

# your command with bash-script-text generator is: `influx completion bash`
eval $(influx completion bash)