summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into emacs v1.7.0-emacshut2015-04-1418-172/+168
|\
| * Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0hut2015-04-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 7236dde27bf33fec5097c223f0d70598b10ba05f Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 14:33:59 2015 +0200 wrote changelog entry commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:27 2015 +0200 update version number in man page commit b1948b9382027ed55d095a936610bc62f7cdba9a Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:08 2015 +0200 update rifle version number commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:34:59 2015 +0200 s/ranger-master/ranger-stable/ commit 6967a48193227b4a0c843e8831e5511005179f69 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:33:06 2015 +0200 updated version number commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:18:26 2015 +0200 updated version info in example plugins
| * core.environment: deleted module, it was obsoletehut2015-04-144-123/+4
| |
| * api.commands: removed alias() and DELETE_WARNINGhut2015-04-141-3/+0
| | | | | | | | they were obsolete
| * removed ranger/fsobject.py (it was obsolete)hut2015-04-141-5/+0
| |
| * config.commands: fixed :meta tab completionhut2015-04-141-1/+5
| |
| * config.commands: fix tab completion in :linemodehut2015-04-131-1/+2
| |
| * core.linemode: fix python3 crash in FileInfoLinemodehut2015-04-131-0/+3
| |
| * container.tags: added TagsDummy class for use with --cleanhut2015-04-132-1/+40
| |
| * core.actions: update execute_file() docstringhut2015-04-131-6/+10
| |
| * config/commands: fixed script change detection in :bulkrenamehut2015-04-121-7/+9
| | | | | | | | See also: #283
| * config/commands.py: deduplicationhut2015-04-121-5/+4
| |
| * config/commands: fix + cleanup randy's patch, add commentshut2015-04-121-18/+22
| |
| * commands.py: skip retagging in bulkrename if rename shellscript is changedrandnobx2015-04-111-10/+20
| | | | | | | | commands.py: moved first tag section after initial check for name change to fix bugs
| * added tag management for rename, delete, bulkrename, and moving of filesrandnobx2015-04-112-0/+33
| | | | | | | | | | | | | | | | fixed typo in rename added recursive checking to move, rename, and delete; refactored previos code bugfix: moved recursive tag checking for delete to commands.py
| * added "%space" macro that expands to " ", use it in rc.confhut2015-04-102-11/+12
| |
| * Merge branch 'master' of git://github.com/arwer13/rangerhut2015-04-091-11/+11
| |\
| | * rifle.conf: openers for images placed after openers for documents.Artyom Veremeenko2015-03-291-11/+11
| | | | | | | | | | | | It fixes, for instance, problem with djvu files opened by image viewers.
| * | Merge branch 'linemode_api' of git://github.com/Vifon/rangerhut2015-04-093-1/+17
| |\ \
| | * | new linemode with the information from file(1)Wojciech Siewierski2015-03-303-1/+17
| | |/
| * / :flat statusbar indicator addedWojciech Siewierski2015-03-302-2/+9
| |/
* / Atone for thy sins. Convert to Emacs.hut2015-03-318-213/+170
|/
* core.linemode: updated a docstringWojciech Siewierski2015-03-231-2/+3
|
* rifle.conf: open files with "pptx?" extension with *officehut2015-03-221-5/+5
| | | | Thanks @GermainZ for the suggestion
* core.actions: added TODO messagehut2015-03-191-0/+1
|
* Neater copyright headerhut2015-03-1966-194/+143
|
* config/commands.py: refractored randynobx's patchhut2015-03-183-23/+22
| | | | | 1. moved colorscheme-finding code from fsobject.py to colorscheme.py 2. use set rather than dict to uniquely collect colorschemes
* Merge branch 'colorscheme_tab_complete' of git://github.com/randynobx/rangerhut2015-03-182-2/+26
|\
| * added tab complete functionality for :set colorschemesrandnobx2015-03-112-2/+26
| | | | | | | | | | | | ranger.container.fsobject: fixed relative path for colorscheme modules ranger.container.fsobject: added checking of .config/ranger/colorschemes
* | Merge branch 'add-iterm2-image-preview-support' of ↵hut2015-03-184-16/+159
|\ \ | | | | | | | | | git://github.com/kattrali/ranger
| * | Consolidate image preview method preferencesDelisa Mason2015-03-093-13/+15
| | | | | | | | | | | | | | | * Remove use_w3m_image_preview and use_iterm2_image_preview in favor of preview_images_method, easing the development of other image preview methods as needed
| * | Switch image displayers based on preferencesDelisa Mason2015-03-081-2/+10
| | |
| * | Scale iTerm2 image previews to fit within “best guess” dimensionsDelisa Mason2015-03-081-7/+78
| | | | | | | | | | | | * Assume a character size of 8x11 as a good average which should fit most scenarios
| * | Create image displayer impls for w3m, iterm2Delisa Mason2015-03-081-11/+63
| | |
| * | Add configuration options for image preview modesDelisa Mason2015-03-082-1/+11
| | |
* | | Merge pull request #274 from anekos/fix/os-does-not-have-mkdirshut2015-03-181-1/+1
|\ \ \ | | | | | | | | os module does not have "mkdirs" function
| * | | Fix function name: s/mkdirs/makedirs/anekos2015-03-121-1/+1
| | |/ | |/|
* | | ranger.api: added docstring to register_linemodehut2015-03-181-0/+1
| | |
* | | renamed `ranger.api.custom_linemode` back to `...register_linemode`hut2015-03-181-1/+1
| | |
* | | core.linemode: API refactoring + better documentationWojciech Siewierski2015-03-182-9/+13
| | | | | | | | | | | | | | | | | | The custom linemode may leave out the infostring or explicitly raise NotImplementedError to use the default implementation which previously was only available to the "filename" linemode.
* | | the register_linemode function reimplemented as a decoratorWojciech Siewierski2015-03-181-4/+3
| | |
* | | Fix a typo s/self\.notify/self\.fm\.notify/anekos2015-03-161-1/+1
| | |
* | | config/rc.conf: remapped <DELETE> to dDhut2015-03-121-1/+3
|/ /
* | added solarized colorscheme to list of available-by-default colorschemes in ↵randnobx2015-03-091-1/+1
| | | | | | | | rc.conf
* | config.commands: :linemode and :default_linemode tab completionWojciech Siewierski2015-03-102-46/+31
| |
* | core.linemode: fix up vifon's patches from PR #264hut2015-03-093-7/+7
| |
* | Merge branch 'linemode_api' of https://github.com/Vifon/rangerhut2015-03-096-36/+112
|\ \
| * | further linemode refactoringWojciech Siewierski2015-02-225-20/+18
| | | | | | | | | | | | | | | - registered linemodes list moved to FileSystemObject - ranger.api module updated
| * | linemode refactoring; custom linemodes possibleWojciech Siewierski2015-02-225-36/+114
| | |
* | | Merge branch 'macros_with_flat' of https://github.com/Vifon/rangerhut2015-03-096-14/+12
|\ \ \