about summary refs log tree commit diff stats
path: root/src/command.h
Commit message (Expand)AuthorAgeFilesLines
* Moved remaining autocomplete code to command.cJames Booth2012-10-281-8/+4
* Moved autcomplete code to command.cJames Booth2012-10-281-0/+1
* Added type autcomplete for /notifyJames Booth2012-10-271-0/+2
* Free autocompleters on quitJames Booth2012-10-221-0/+1
* Renamed help autocompleterJames Booth2012-10-211-2/+2
* Added /help parameter autocompleteJames Booth2012-10-211-0/+2
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
* Tidied all includesJames Booth2012-08-261-0/+2
* Moved input processing to profanity.cJames Booth2012-08-231-1/+2
* Refactored setting boolean preferencesJames Booth2012-08-231-6/+8
* Added long help with dummy dataJames Booth2012-08-141-0/+1
* Command help now looked upJames Booth2012-08-141-0/+9
* Added autobuild toolsJames Booth2012-07-011-0/+31
ckground-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Installing
==========

Use the package manager of your operating system to install ranger.

To install ranger manually, use either:
sudo ./setup.py install --optimize=1 --record=install_log.txt

or for short:
sudo make install


Uninstalling
============

Again, use your package manager to uninstall ranger.  No other way for
automatically removing ranger is supported!

However, if you installed ranger with the command above, all installed files
have been recorded to "install_log.txt".  This information can be used to remove
ranger by hand, e.g.:

cat install_log.txt | sed s/\^/\\// | xargs -d "\n" sudo rm --