summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* config/rc.conf: fix yp/yn/yd keybindingshut2016-02-141-3/+3
|
* config.commands: removed defunct "less %f" shortcuthut2016-02-111-2/+0
| | | | | | this used to do a "!-p cat %f" when you only typed "!-p". Since this is not documented anywhere and currently defunct, I chose to remove the code entirely.
* config.commands: removed doubled macro expansion in :shellhut2016-02-111-2/+0
| | | | | | | Previously, `:shell echo %%f` was expanded to `:shell echo <filename>` rather than `:shell echo %f`. To include a literal % in a shell command, you'd have to write `:shell echo %%%%` instead of just `:shell echo %%`.
* ext.rifle: don't complain about empty lines in rifle.confhut2016-02-101-2/+2
|
* ext.rifle: fix line numbers in error messageshut2016-02-101-2/+2
|
* bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
|
* Revert "Use setuptools if present"hut2016-01-252-8/+2
| | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH
* added ranger.desktop file, fixes #346hut2016-01-252-0/+11
|
* HACKING: document the COMPAT conventionhut2016-01-241-0/+4
|
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
|
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
|
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
|
* :delete refactoringWojciech Siewierski2016-01-242-28/+20
| | | | | | | Fixes #458. It also fixes the issue where fm.copy_buffer was not properly cleaned up when fm.delete was called with arguments.
* core.actions: in delete(), renamed "narg" to "files"hut2016-01-241-3/+3
|
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
| | | | Issue #458 still applies.
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
|
* README: updated compatible python version numbershut2016-01-201-1/+1
|
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
|
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
|
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
| | | | renamed old "zi" binding for toggling flushinput to "zI".
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
| | | | | Thanks to genkimarhsall for helping me in https://github.com/hut/ranger/issues/74
* ranger.pod: describe that :setlocal path is a regexhut2016-01-013-2/+10
| | | | fixes #443
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
|
* Happy new year!hut2016-01-011-1/+1
|
* gui.iu: better dochut2015-12-211-5/+5
|
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
|
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-4/+4
| | | | | | previously this error denied the user from running 'ranger --list-tagged-files=X' outside of a terminal. Now it only denies running ranger interactively outside of a terminal.
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
|
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-7/+4
| | | | | | It's not necessary to prepend __ before the *args/**keywords argument names, because python handles it elegantly by putting any arguments with conflicting names into the **keywords variable.
* HACKING.md: more detailed PGP instructions.hut2015-11-231-2/+7
|
* HACKING.md: typohut2015-11-231-2/+2
|
* HACKING.md: fixed markdownhut2015-11-231-2/+2
|
* added my PGP key to HACKING.mdhut2015-11-231-0/+93
|
* Merge branch 'shift_tab' of https://github.com/nfnty/rangerhut2015-11-204-26/+33
|\
| * commands.py: Pass number to tab()nfnty2015-11-174-26/+33
| |
* | Merge branch 'vifon/root-preview-disable-info' of ↵hut2015-11-201-0/+1
|\ \ | | | | | | | | | https://github.com/Vifon/ranger
| * | core.main: Log the fact of disabling the file previews for rootWojciech Siewierski2015-11-181-0/+1
| |/ | | | | | | Closes #429.
* / config/commands.py: fixed off-by-one in :rename_appendhut2015-11-171-3/+4
|/ | | | cursor used to be misplaced when a filename contained % signs
* config/rc.conf: do s/%/%%/ in filenames for a/A/I keyshut2015-11-162-4/+4
| | | | | | | | This is so you can use those keys on filenames like "Foo%sBar" without ranger trying to expand the macro %s when you press enter, resulting in the name "FooFoo%sBarBar". Fixes #417
* Revert "config.commands: don't resolve macros in :rename/:touch"hut2015-11-161-4/+0
| | | | | | | | | | | | This reverts commit dfc0c61ad371d73a7fce842f8196fb2cef081f1d. See #417: > macros were explicitly disabled for :rename in dfc0c61. > > I'm not sure anymore why, but I think it was so you can use the A key on > files with a %s in the name without things breaking. I'm going to revert > the patch and write a better workaround.
* CHANGELOG: typohut2015-11-151-1/+1
|
* Added :echo command, disabled :notify commandhut2015-11-144-2/+21
|
* Merge branch 'vifon/pmount' of https://github.com/Vifon/rangerhut2015-11-141-0/+30
|\
| * Add plugin_pmount.pyWojciech Siewierski2015-10-091-0/+30
| | | | | | | | | | Implemented as a Python plugin instead of a bunch of rc.conf lines to allow easy nested looping.
* | fixed line widths in commit a090d85 (#400)hut2015-11-142-5/+8
| |
* | Merge branch 'p_macro' of https://github.com/NoSuck/rangerhut2015-11-142-4/+11
|\ \
| * | Added %p macro for full paths of selected files.The Flying Rapist2015-10-182-4/+11
| | |
* | | ext.rifle: slight efficiency improvement over last commithut2015-11-141-5/+6
| | | | | | | | | | | | | | | Don't check for all the other possible function values if function=='ext' was already established.
* | | Merge branch 'rifle_ext_condition' of https://github.com/NoSuck/rangerhut2015-11-141-3/+5
|\ \ \
| * | | Rifle's ext condition now handles fringe cases.The Flying Rapist2015-10-241-3/+5
| | | |