Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed ranger/defaults to ranger/config | hut | 2012-08-02 | 1 | -212/+0 |
| | |||||
* | api.options is now obsolete (but kept for compatibility) | hut | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | defaults.options: type of hidden_filter changed from regexp to string | hut | 2012-08-02 | 1 | -2/+1 |
| | |||||
* | defaults/options: add __pycache__ to hidden files | hut | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | defaults/options: case insensitive sort by default | hut | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | define "init_function" in defaults | hut | 2011-10-30 | 1 | -1/+1 |
| | |||||
* | Added option "init_function" | hut | 2011-10-30 | 1 | -0/+10 |
| | |||||
* | Added option "autoupdate_cumulative_size" | hut | 2011-10-22 | 1 | -0/+6 |
| | |||||
* | defaults/options: more documentation | hut | 2011-10-11 | 1 | -44/+88 |
| | |||||
* | defautls/options.py: use_preview_script = True after all | hut | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | removed completely retarded colorscheme "texas" | hut | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | core.helper: Cleaned up load_settings | hut | 2011-10-10 | 1 | -2/+2 |
| | | | | | | | 1. put all the common operations before the "if" 2. put the loader of custom commands AFTER loading default commands 3. removed the load_default_rc guessing code, that might lead to unexpected behaviour. | ||||
* | Write "ranger" with a lowercase "r" | hut | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | defaults/options: disable use_preview_script, unicode_ellipsis | hut | 2011-10-08 | 1 | -2/+2 |
| | |||||
* | defaults/options: default sorting method is now "natural" | hut | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | ext.keybindings: implemented %any macro | hut | 2011-09-30 | 1 | -5/+5 |
| | |||||
* | define keybindings in rc.conf (list of commands, loaded on startup) | hut | 2011-09-30 | 1 | -0/+4 |
| | |||||
* | added option "display_tags_in_all_columns" | hut | 2011-05-08 | 1 | -0/+3 |
| | |||||
* | defaults/options.py: hide __cache__ folder | hut | 2011-04-02 | 1 | -1/+1 |
| | |||||
* | Attempted to fix some utf issues | hut | 2010-12-26 | 1 | -0/+3 |
| | |||||
* | Added option 'padding_right' (default: True) | hut | 2010-11-01 | 1 | -0/+4 |
| | | | | | This allows you to hide the last column if there's nothing inside, saving some space. | ||||
* | defaults.options: enable use_preview_script by default | hut | 2010-10-12 | 1 | -2/+1 |
| | |||||
* | defaults.options: don't hide /~$/ files | hut | 2010-10-12 | 1 | -1/+1 |
| | | | | This would hide backups from typing yypp and confuse the user | ||||
* | Added boolean option use_preview_script | hut | 2010-10-11 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' into preview | hut | 2010-10-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py | ||||
* | | enable shope.sh by default | hut | 2010-10-07 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'stable' into preview | hut | 2010-10-05 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: ranger/shared/settings.py | ||||
| * | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed history | hut | 2010-08-26 | 1 | -1/+1 |
| | | |||||
* | | defaults.options: deactivate scope.sh by default | hut | 2010-06-22 | 1 | -1/+7 |
| | | |||||
* | | ranger.__init__: added relpath_script | hut | 2010-06-22 | 1 | -1/+1 |
| | | |||||
* | | main: copy scope.sh to ~/.ranger on first start | hut | 2010-06-22 | 1 | -1/+1 |
| | | |||||
* | | move scripts/scope.sh to data/scope.sh | hut | 2010-06-22 | 1 | -1/+1 |
| | | |||||
* | | preview: renamed script to "scripts/scope.sh" | hut | 2010-06-08 | 1 | -1/+1 |
| | | |||||
* | | added preview_script option | hut | 2010-06-04 | 1 | -0/+3 |
|/ | |||||
* | defaults.options: rebuilt regexp for efficiency | hut | 2010-05-30 | 1 | -1/+1 |
| | |||||
* | defaults.options: fixed typo in regexp | hut | 2010-05-30 | 1 | -1/+1 |
| | |||||
* | defaults.options: increased default "scroll_offset" from 2 to 8 | hut | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | defaults.options: slight rearranging | hut | 2010-04-27 | 1 | -4/+4 |
| | |||||
* | added option "dirname_in_tabs" | hut | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into devel | hut | 2010-04-18 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py | ||||
| * | Added option "max_console_history_size" | hut | 2010-04-17 | 1 | -0/+1 |
| | | |||||
| * | removed option "max_filesize_for_preview" | hut | 2010-04-17 | 1 | -2/+1 |
| | | | | | | | | | | I see no point in keeping it. Even very large files will only have the first few lines loaded and binary files aren't previewed anyway. | ||||
| * | Added option "show_hidden_bookmarks" | hut | 2010-04-17 | 1 | -0/+3 |
| | | |||||
| * | Abbreviate HOME with ~ in the titlebar | hut | 2010-04-13 | 1 | -0/+3 |
| | | |||||
* | | Abbreviate HOME with ~ in the titlebar | hut | 2010-04-13 | 1 | -0/+3 |
| | | |||||
* | | fix alt key for xterm | hut | 2010-04-12 | 1 | -0/+4 |
|/ | |||||
* | added option 'mouse_enabled' | hut | 2010-04-08 | 1 | -0/+3 |
| | |||||
* | defaults.options: changed comment | hut | 2010-04-06 | 1 | -1/+2 |
| |