about summary refs log tree commit diff stats
path: root/ranger/container
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/jgreco/rangerhut2017-12-201-0/+2
|\
| * Add config opts for iTerm2 font size (for preview)john2017-10-221-0/+2
* | Merge branch 'fix-faster-loading' of https://github.com/0xjmz/rangerhut2017-12-201-1/+0
|\ \
| * | Fix bug with custom linemode not applied for filesMarcin Zawada2017-07-241-1/+0
* | | Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-0/+1
* | | Keep the trailing/leading whitespace in the tagged files' pathsWojciech Siewierski2017-11-301-1/+1
| |/ |/|
* | container.bookmarks: fix bad line continuationhut2017-10-181-1/+1
* | Merge branch 'lint_continuation' of https://github.com/nfnty/rangerhut2017-10-171-3/+4
|\ \
| * | tests: Reenable indentation lintingnfnty2017-07-301-3/+4
| |/
* | Merge branch 'one-indexed' of https://github.com/n1amr/rangerhut2017-10-171-0/+2
|\ \
| * | add settings option to use one indexed line numbersAmr Alaa2017-09-171-0/+2
| |/
* | Fix the whitespace (pylint error)Wojciech Siewierski2017-10-071-1/+1
* | Add option 'save_backtick_bookmark', fixes #947hut2017-10-012-2/+16
* | sort container.settings.ALLOWED_SETTINGShut2017-09-261-6/+6
|/
* container.fsobject: satisfy pylinthut2017-07-161-1/+1
* add "F" key to toggle new "freeze_files" optionhut2017-07-163-1/+7
* container.directory: no need to Ctrl+R on ":set vcs_aware!"hut2017-07-161-4/+11
* container.settings: fix signal binding for LocalSettingshut2017-07-161-0/+2
* container.fsobject: move __init__ definition to the tophut2017-07-161-15/+15
* container.fsobject: fix failing style testshut2017-07-161-4/+3
* container.fsobject: faster loading with lazy_propertyhut2017-07-161-26/+30
* container.fsobject: more readable attribute initializationhut2017-07-071-34/+34
* Merge branch 'choosedir-821' of https://github.com/randynobx/rangerhut2017-06-082-2/+23
|\
| * Resolve the pylint warningsWojciech Siewierski2017-05-201-7/+10
| * Separate the inode filter constants into their own classWojciech Siewierski2017-05-201-6/+7
| * refactor inode_filter assignment; change function namerandnobx2017-05-201-6/+3
| * added global_inode_filter_type setting; show only directories when --choosedirrandnobx2017-05-202-2/+22
* | Fix the pylint warningsWojciech Siewierski2017-05-211-0/+5
* | Add the :narrow commandWojciech Siewierski2017-05-211-0/+3
|/
* config/rc.conf: Properly set `preview_script` by defaultnfnty2017-04-121-2/+15
* container.settings: Log nonexistent `preview_script`nfnty2017-04-111-0/+1
* container.fsobject: Fix some issues with symlink stat handlingWojciech Siewierski2017-04-061-1/+1
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-261-0/+1
* commands: Add setting for cd tab completion case sensitivityDmitry Kryukov2017-03-191-0/+2
* Add ability to save/restore tabsVitaly Belman2017-03-191-0/+1
* container.file.File: Fix `is_binary`Samuel Walladge2017-02-071-13/+13
* container.directory.Directory: Fix `setopt` signals when deletednfnty2017-02-061-5/+17
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-0/+1
* Fix hidden filter for flat: Match all path componentsnfnty2017-02-031-2/+7
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-031-0/+5
* Fix hidden filter for flatnfnty2017-02-031-1/+2
* container.directory.Directory: Resort directly after setting changesnfnty2017-02-011-4/+2
* commands: rename: Fix bookmarks and tags updatingnfnty2017-02-012-1/+31
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-304-74/+70
* container.settings: Sane fallback valueshut2017-01-291-5/+9
* Add setting `hostname_in_titlebar`nfnty2017-01-291-0/+1
* container.file: File.firstbytes: Handle `UnicodeDecodeError`nfnty2017-01-281-1/+4
* Only use `hasattr` where absolutely needednfnty2017-01-262-6/+2
* container.settings: Do not try to access key before being setnfnty2017-01-251-2/+1
* container.fsobject: Fix natural sortnfnty2017-01-241-13/+19