Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | core.actions: Added some structure and comments | hut | 2010-04-06 | 1 | -226/+254 | |
| | | ||||||
* | | core.actions: don't jump to first tab when closing the last | hut | 2010-04-06 | 1 | -1/+2 | |
| | | ||||||
* | | core.fm: Handle system keys directly in the main loop | hut | 2010-04-06 | 2 | -13/+16 | |
| | | ||||||
* | | core.actions: go to next tab when closed, not previous | hut | 2010-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Improved tabs | hut | 2010-04-06 | 1 | -11/+14 | |
| | | ||||||
* | | added tabs | hut | 2010-04-06 | 3 | -0/+53 | |
| | | | | | | | | | | | | | | The hotkeys are: g<n> to open a tab, gt/gT to move through tabs, gc/^W to close tabs. | |||||
* | | core.actions: Allow to specify if a "cd" is saved in history | hut | 2010-04-06 | 1 | -4/+4 | |
| | | ||||||
* | | core.actions: added set_option(optname, value) method | hut | 2010-04-04 | 1 | -0/+4 | |
| | | ||||||
* | | add "move" signal to environment | hut | 2010-03-31 | 1 | -2/+20 | |
| | | ||||||
* | | 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 | |