Skip to content

Instantly share code, notes, and snippets.

@KyleJamesWalker
Last active February 4, 2020 16:03
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save KyleJamesWalker/11275311 to your computer and use it in GitHub Desktop.
Ranger Setup

Ranger mac setup:

  • brew install ranger
  • ranger --copy-config=all
  • vim ~/.config/ranger/rc.conf
    • preview_image false --> true

Other Tools:

  • brew install w3m
  • brew install lynx
  • brew install highlight
  • brew install atool
  • brew install mediainfo
  • pdftotext get with brew install xpdf
  • img2txt get with 'brew install libcaca imlib2` Note This will only work for bmp files with brew build...
@KyleJamesWalker
Copy link
Author

Ubuntu:

sudo apt-get install ranger w3m lynx highlight atool mediainfo xpdf caca-utils
ranger --copy-config=all
vim ~/.config/ranger/options.py
  add:
    preview_images = True

@KyleJamesWalker
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment