summary refs log tree commit diff stats
path: root/ranger/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* ranger.main: Added compatibility warninghut2010-04-181-0/+5
* defaults.commands: reduced it to only what's necessaryhut2010-04-181-5/+20
* ranger.main: formattinghut2010-04-181-4/+4
* Merge branch 'master' into develhut2010-04-181-18/+51
|\
| * main: added load_settings(). Store apps/keys in fm now.hut2010-04-181-18/+45
| * ranger.main: prioritize confdir in importshut2010-04-171-1/+1
* | Merge branch 'devel' into newkeyhut2010-04-141-2/+4
|\|
| * Avoid syntax warninghut2010-04-131-1/+2
| * cleaner use of Awareness classeshut2010-04-131-2/+3
* | added KeyManagerhut2010-04-071-0/+1
|/
* ranger.main: use metavars with optparsehut2010-03-301-12/+5
* removed the cd-after-exit hackhut2010-03-291-14/+0
* ranger.__main__: setlocale fixhut2010-03-261-3/+4
* main: updatedhut2010-03-241-9/+12
* fixed `ranger <file>`hut2010-03-121-1/+1
* ranger.main: don't create ~/.ranger if --clean is specifiedhut2010-03-121-10/+10
* Renamed env.pwd to env.cwd ("Current Working Directory")hut2010-03-121-1/+1
* moved ranger.container.environment to ranger.core.environmenthut2010-03-121-1/+1
* ranger.__init__: set a default value for arghut2010-03-121-1/+0
* working on the configuration system / main methodhut2010-03-121-38/+68
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* cleanupshut2010-01-241-2/+2
* main: ignore errors of setlocalehut2010-01-211-1/+4
* main: added debug modehut2010-01-211-0/+6
* main: allow to set flags/mode for directly started fileshut2010-01-141-7/+11
* cleanups + style adjustmentshut2010-01-131-1/+1
* main: changed interrupt signal handlinghut2010-01-121-3/+2
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-111-0/+4
* added license informationhut2010-01-081-0/+17
* random cleanups/fixeshut2010-01-011-1/+5
* fixed ranger.__main__hut2009-12-311-1/+2
* allow to start the program by runnung the directoryhut2009-12-301-0/+2
* moved main function to ranger.__main__hut2009-12-301-0/+79