summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | core.environment: stop enter_dir if os.chdir failshut2010-03-311-1/+4
| |
* | core.fm: write some info to message log on starthut2010-03-311-0/+6
| |
* | fixed memory leakhut2010-03-303-8/+9
| |
* | added SignalDispatcher classhut2010-03-301-1/+3
| |
* | removed the cd-after-exit hackhut2010-03-291-1/+0
| | | | | | | | | | | | | | | | | | Fear not. You still get the same functionality by using a function like: ranger() { $(which ranger) $@ && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" }
* | core.environment: don't GC directories which you're in. lolhut2010-03-281-1/+1
| |
* | renamed three options, display a warning if the old ones are usedhut2010-03-282-2/+3
|/ | | | | | reverse => sort_reverse directories_first => sort_directories_first case_insensitive => sort_case_insensitive
* fm: removed trailing whitespacehut2010-03-241-1/+1
|
* main: updatedhut2010-03-241-0/+5
|
* core.fm: use local variables in main loop for faster lookuphut2010-03-221-13/+21
|
* core.environment: new attributes: username, hostname, hone_pathhut2010-03-191-2/+12
|
* general updates, allow column levels of >1hut2010-03-141-5/+15
|
* Renamed env.pwd to env.cwd ("Current Working Directory")hut2010-03-123-53/+53
| | | | | | | I initially used "pwd" since the command "pwd" prints the current directory, but in this case, nothing is printed =P so the "p" makes no sense. "cwd" is a common abbreviation for current working directory, so I chose that instead
* moved ranger.container.environment to ranger.core.environmenthut2010-03-121-0/+176
|
* actions: correct preview after deletinghut2010-03-121-0/+1
|
* updated pydochut2010-03-121-0/+4
|
* moved ranger.actions and ranger.commandshut2010-03-122-1/+532
|
* removed copyright from one-line, docstring-only __init__.py fileshut2010-03-121-0/+1
|
* working on the configuration system / main methodhut2010-03-123-0/+326