summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* stuffhut2009-11-246-9/+30
* tweakshut2009-11-245-20/+38
* better implementation of directories/fileshut2009-11-247-67/+157
* set the mtime of the directory after readinghut2009-11-231-1/+2
* test cases for directory.pyhut2009-11-233-0/+68
* in directory.py raise errors if not loaded yethut2009-11-231-1/+7
* added the ability to freeze/clone directory objectshut2009-11-231-0/+15
* a bunch of half assed implementationshut2009-11-235-20/+120
* the basic loophut2009-11-228-1/+92
* a simple draft to test pythonhut2009-11-221-0/+67
* decided to use python from now onhut2009-11-221-1/+1
* a partly done directory classhut2009-11-221-0/+66
* added mime type databasehut2009-11-163-0/+790
* Initial commithut2009-11-161-0/+11
teral.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-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 --