Skip to content

Instantly share code, notes, and snippets.

View gnodar01's full-sized avatar

Nodar Gogoberidze gnodar01

  • Broad Institute - Imaging Platform
  • Cambridge, Massachusetts
View GitHub Profile
@sebastiancarlos
sebastiancarlos / less-horizontal.bash
Last active September 6, 2023 09:06
The less command... now with horizontal scrolling too!
# All my gist code is licensed under the terms of the MIT license.
# Video demo: https://www.youtube.com/watch?v=lSOVozD7Iio
### Add this to your .bashrc
export LESS="--RAW-CONTROL-CHARS --quit-if-one-screen --clear-screen --tilde"
# version of less that scrolls
alias less="less --chop-long-lines --status-column --rscroll='>'"