Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tab_switch_realpath' of https://github.com/Vifon/ranger | hut | 2015-02-06 | 1 | -0/+1 |
|\ | |||||
| * | core.actions: tab_switch uses realpath | Wojciech Siewierski | 2015-02-01 | 1 | -0/+1 |
| | | | | | | | | | | This way the different representation of the same path are treated in the same way. | ||||
* | | doc/ranger.1: clarify vifon's man page change | hut | 2015-02-06 | 2 | -11/+13 |
| | | |||||
* | | doc/ranger.1: added some information about the config file loading process | Wojciech Siewierski | 2015-02-04 | 2 | -1/+21 |
| | | |||||
* | | Merge branch 'bulkrename_flat_fix' of https://github.com/Vifon/ranger | hut | 2015-02-03 | 1 | -1/+3 |
|\ \ | |||||
| * | | config.commands: bulkrename works with `:flat -1` | Wojciech Siewierski | 2015-02-02 | 1 | -1/+3 |
| |/ | | | | | | | Fixes #241. | ||||
* / | Fix typo | vimeitor | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Less invasive default parameter. | The Flying Rapist | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | Added tab_switch fm action. | The Flying Rapist | 2015-01-30 | 1 | -0/+42 |
| | |||||
* | doc/ranger.1: updated man page entry for "sort" option | hut | 2015-01-29 | 2 | -6/+6 |
| | |||||
* | container.directory: added sorting by file extension | Wojciech Siewierski | 2015-01-29 | 2 | -0/+3 |
| | |||||
* | config.commands: added ability to create multilevel directories (as mkdir -p ↵ | Nikolay Puzanov | 2015-01-28 | 1 | -2/+2 |
| | | | | 1/2/3) | ||||
* | Merge branch 'master' of https://github.com/Perdu/ranger | hut | 2015-01-20 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: ranger/config/rifle.conf | ||||
| * | Allow $EDITOR to contain spaces | Célestin Matte | 2014-04-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | $EDITOR variables consisting of "program name + options" are not handled correctly because of quotes around $EDITOR. As a result, if $EDITOR is not a simple program name (i.e. if it includes options, as in "emacs -nw"), the full string is taken as a program and fails to run. Error message: (/bin/sh: 1: emacs -nw: not found) Removing quotes fixes this problem. | ||||
| * | Revert "Fix bugs when $EDITOR="emacs -nw"" | Célestin Matte | 2014-04-28 | 1 | -3/+3 |
| | | | | | | | | This reverts commit 4275d352a8f588468b88e6719325de753d12ed62. | ||||
| * | Fix bugs when $EDITOR="emacs -nw" | Célestin Matte | 2014-04-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes 2 problems at once in the default config, which prevent one from editing files when his $EDITOR variable is set to "emacs -nw": - $EDITOR variables consisting of "program name + options" are not handled correctly because of quotes around $EDITOR. As a result, if $EDITOR is not a simple program name (i.e. if it includes options, as in "emacs -nw"), the full string is taken as a program and fails to run. Error message: (/bin/sh: 1: emacs -nw: not found) Removing quotes fixes this problem. - emacs does not seems to handle the "--" correctly: it does not open any file when it is there. I don't know why it is there, but removing it does not prevent other editors (vim, nano) to run correctly, and makes emacs work. | ||||
* | | core.fm: Call default rifle.hook_command_preprocessing | hut | 2015-01-20 | 1 | -1/+2 |
| | | |||||
* | | core.actions: fix linemode validity check | hut | 2015-01-18 | 1 | -2/+4 |
| | | |||||
* | | gui.widgets.browsercolumn: Set default value for text | hut | 2015-01-18 | 1 | -0/+1 |
| | | | | | | | | this can avoid crashes | ||||
* | | Merge branch 'patch-1' of https://github.com/HerrNieschnell/ranger | hut | 2015-01-18 | 1 | -2/+2 |
|\ \ | |||||
| * | | Priority change | HerrNieschnell | 2015-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | I think if someone has sxiv, feh or mirage installed, it should have a higher priority than eog or eom, because they are normally automatically installed along with mate or gnome. it fits the philosophy of browser or documents default priority. | ||||
* | | | core.fm: rearranged loading order of tags | hut | 2015-01-18 | 1 | -3/+3 |
|/ / | | | | | | | | | This avoids crashing on startup if there's a bookmarked file that is tagged to a tag which is used in ":default_linemode tag=X ..." | ||||
* | | Merge branch 'remove_empty_metadata' of https://github.com/Vifon/ranger | hut | 2015-01-18 | 1 | -0/+10 |
|\ \ | |||||
| * | | core.metadata: data of files with empty metadata is not stored | Wojciech Siewierski | 2015-01-17 | 1 | -0/+10 |
| | | | |||||
* | | | Merge branch 'meta_selection' of https://github.com/Vifon/ranger | hut | 2015-01-18 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | :meta may be used on multiple selected files | Wojciech Siewierski | 2015-01-17 | 1 | -1/+3 |
|/ / | |||||
* | | add .paperinfo->.metadata.json conversion script | hut | 2015-01-17 | 1 | -0/+69 |
| | | |||||
* | | core.metadata: added another TODO entry | hut | 2015-01-17 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'cd-select_file' of https://github.com/NoSuck/ranger into ↵ | hut | 2015-01-17 | 1 | -1/+2 |
|\ \ | | | | | | | | | | cd-select_file | ||||
| * | | Modified cd command to select original file, when following links. | The Flying Rapist | 2015-01-13 | 1 | -1/+2 |
| | | | |||||
* | | | container.directory: don't crash get_selection if files is None | hut | 2015-01-17 | 1 | -0/+2 |
| | | | |||||
* | | | core.metadata: add some TODO entries | hut | 2015-01-17 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'metadata' | hut | 2015-01-17 | 12 | -328/+272 |
|\ \ \ | |||||
| * | | | core.metadata: delete keys if value is empty | hut | 2015-01-17 | 1 | -0/+5 |
| | | | | |||||
| * | | | updated documentation of :paper/:meta commands | hut | 2015-01-17 | 2 | -72/+57 |
| | | | | |||||
| * | | | core.metadata: use DefaultOpenStruct instead of OpenStruct | hut | 2015-01-17 | 2 | -8/+8 |
| | | | | |||||
| * | | | ext.openstruct: added DefaultOpenStruct | hut | 2015-01-17 | 1 | -0/+15 |
| | | | | |||||
| * | | | core.metadata: use basenames by default | hut | 2015-01-17 | 1 | -2/+4 |
| | | | | |||||
| * | | | core.metadata: works well now, at first glance | hut | 2015-01-17 | 3 | -111/+71 |
| | | | | |||||
| * | | | core.metadata: added comments for self.meta{file,data}_cache | hut | 2015-01-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | started porting core.metadata from csv to json | hut | 2015-01-17 | 1 | -12/+24 |
| | | | | |||||
| * | | | adapted commands for MetadataManager | hut | 2015-01-16 | 5 | -72/+42 |
| | | | | |||||
| * | | | start turning ext.papermanager to core.metadata | hut | 2015-01-13 | 7 | -45/+38 |
| |/ / | |||||
* / / | gui.ui: removed some finished TODO entries | hut | 2015-01-16 | 1 | -2/+0 |
|/ / | |||||
* | | ext.direction: fixed "move up=1 cycle=false" | hut | 2015-01-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'move-cycle' of https://github.com/PotatoesMaster/ranger | hut | 2015-01-04 | 1 | -0/+5 |
|\ \ | |||||
| * | | Add a 'cycle' option to direction | Emanuel Guevel | 2014-12-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | This allows to loop on a file list, going at the other side of the list when trying to go beyond the boundaries. | ||||
* | | | doc/ranger.1: added doc for "rename_append" | hut | 2015-01-01 | 2 | -1/+12 |
| | | | |||||
* | | | config/rc.conf: make "a" binding use :rename_append | hut | 2015-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'rename_append' of https://github.com/NoSuck/ranger | hut | 2015-01-01 | 1 | -6/+6 |
|\ \ \ |