about summary refs log tree commit diff stats
path: root/html/edit/004-programming-environment.mu.html
Commit message (Expand)AuthorAgeFilesLines
* 3569Kartik K. Agaram2016-10-231-207/+207
* 3568Kartik K. Agaram2016-10-231-15/+15
* 3567Kartik K. Agaram2016-10-231-1/+1
* 3558Kartik K. Agaram2016-10-221-15/+15
* 3491Kartik K. Agaram2016-10-091-3/+3
* 3457Kartik K. Agaram2016-10-061-27/+27
* 3456Kartik K. Agaram2016-10-061-14/+14
* 3431Kartik K. Agaram2016-09-301-11/+11
* 3430Kartik K. Agaram2016-09-281-47/+42
* 3397Kartik K. Agaram2016-09-171-47/+47
* 3395Kartik K. Agaram2016-09-171-135/+135
* 3355Kartik K. Agaram2016-09-151-19/+19
* 3102Kartik K. Agaram2016-07-051-81/+104
* 2996Kartik K. Agaram2016-05-211-4/+6
* 2866Kartik K. Agaram2016-04-251-99/+100
* 2812Kartik K. Agaram2016-03-271-14/+21
* 2745Kartik K. Agaram2016-03-091-1/+1
* 2744Kartik K. Agaram2016-03-091-2/+2
* 2743Kartik K. Agaram2016-03-091-32/+23
* 2710Kartik K. Agaram2016-02-251-3/+0
* 2605Kartik K. Agaram2016-01-261-72/+85
* 2545Kartik K. Agaram2015-12-151-5/+5
* 2611Kartik K. Agaram2015-11-291-144/+18
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-92/+54
* 2177Kartik K. Agaram2015-09-071-0/+826
r enhanced file previews (with "scope.sh"): * img2txt (from caca-utils) for previewing images * highlight for syntax highlighting of code * atool for previews of archives * lynx, w3m or elinks for previews of html pages * pdftotext for pdf previews * transmission-show for viewing bit-torrent information * mediainfo for viewing information about media files Installing ---------- Use the package manager of your operating system to install ranger. Note that ranger can be started without installing by simply running ranger.py. To install ranger manually: sudo make install This translates roughly to: sudo python setup.py install --optimize=1 --record=install_log.txt This also saves a list of all installed files to install_log.txt, which you can use to uninstall ranger. Getting Started --------------- After starting ranger, you can use the Arrow Keys (or hjkl) to navigate, Enter to open a file or type Q to quit. The third column shows a preview of the current file. The second is the main column and the first shows the parent directory. Ranger will automatically copy simple configuration files to ~/.config/ranger. If you mess them up, just delete them and ranger will copy them again. Run ranger with --dont-copy-config to disable this. Also check ranger/defaults/ for the default configuration.