Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | core.environment: stop enter_dir if os.chdir fails | hut | 2010-03-31 | 1 | -1/+4 | |
| | | ||||||
* | | core.fm: write some info to message log on start | hut | 2010-03-31 | 1 | -0/+6 | |
| | | ||||||
* | | fixed memory leak | hut | 2010-03-30 | 3 | -8/+9 | |
| | | ||||||
* | | added SignalDispatcher class | hut | 2010-03-30 | 1 | -1/+3 | |
| | | ||||||
* | | removed the cd-after-exit hack | hut | 2010-03-29 | 1 | -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. lol | hut | 2010-03-28 | 1 | -1/+1 | |
| | | ||||||
* | | renamed three options, display a warning if the old ones are used | hut | 2010-03-28 | 2 | -2/+3 | |
|/ | | | | | | reverse => sort_reverse directories_first => sort_directories_first case_insensitive => sort_case_insensitive | |||||
* | fm: removed trailing whitespace | hut | 2010-03-24 | 1 | -1/+1 | |
| | ||||||
* | main: updated | hut | 2010-03-24 | 1 | -0/+5 | |
| | ||||||
* | core.fm: use local variables in main loop for faster lookup | hut | 2010-03-22 | 1 | -13/+21 | |
| | ||||||
* | core.environment: new attributes: username, hostname, hone_path | hut | 2010-03-19 | 1 | -2/+12 | |
| | ||||||
* | general updates, allow column levels of >1 | hut | 2010-03-14 | 1 | -5/+15 | |
| | ||||||
* | Renamed env.pwd to env.cwd ("Current Working Directory") | hut | 2010-03-12 | 3 | -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.environment | hut | 2010-03-12 | 1 | -0/+176 | |
| | ||||||
* | actions: correct preview after deleting | hut | 2010-03-12 | 1 | -0/+1 | |
| | ||||||
* | updated pydoc | hut | 2010-03-12 | 1 | -0/+4 | |
| | ||||||
* | moved ranger.actions and ranger.commands | hut | 2010-03-12 | 2 | -1/+532 | |
| | ||||||
* | removed copyright from one-line, docstring-only __init__.py files | hut | 2010-03-12 | 1 | -0/+1 | |
| | ||||||
* | working on the configuration system / main method | hut | 2010-03-12 | 3 | -0/+326 | |