summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* ext.shutil_generatorized: don't follow links in copystathut2015-02-061-1/+1
| | | | | | This avoids error messages when copying broken links, and seems like a sane setting overall. Especially considering that ranger has no option to follow links when copying.
* ext.shutil_generatorized: fixed #143 (copying of links)hut2015-02-061-5/+6
| | | | This bug was introduced in a986e2bd...
* core.loader: don't follow links when calculating sizehut2015-02-061-0/+2
|
* Merge branch 'tab_switch_realpath' of https://github.com/Vifon/rangerhut2015-02-061-0/+1
|\
| * core.actions: tab_switch uses realpathWojciech Siewierski2015-02-011-0/+1
| | | | | | | | | | This way the different representation of the same path are treated in the same way.
* | config.commands: bulkrename works with `:flat -1`Wojciech Siewierski2015-02-021-1/+3
|/ | | | Fixes #241.
* Less invasive default parameter.The Flying Rapist2015-01-301-1/+1
|
* Added tab_switch fm action.The Flying Rapist2015-01-301-0/+42
|
* container.directory: added sorting by file extensionWojciech Siewierski2015-01-292-0/+3
|
* config.commands: added ability to create multilevel directories (as mkdir -p ↵Nikolay Puzanov2015-01-281-2/+2
| | | | 1/2/3)
* core.fm: Call default rifle.hook_command_preprocessinghut2015-01-201-1/+2
|
* core.actions: fix linemode validity checkhut2015-01-181-2/+4
|
* gui.widgets.browsercolumn: Set default value for texthut2015-01-181-0/+1
| | | | this can avoid crashes
* Merge branch 'patch-1' of https://github.com/HerrNieschnell/rangerhut2015-01-181-2/+2
|\
| * Priority changeHerrNieschnell2015-01-181-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 tagshut2015-01-181-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/rangerhut2015-01-181-0/+10
|\
| * core.metadata: data of files with empty metadata is not storedWojciech Siewierski2015-01-171-0/+10
| |
* | :meta may be used on multiple selected filesWojciech Siewierski2015-01-171-1/+3
|/
* core.metadata: added another TODO entryhut2015-01-171-0/+1
|
* Merge branch 'cd-select_file' of https://github.com/NoSuck/ranger into ↵hut2015-01-171-1/+2
|\ | | | | | | cd-select_file
| * Modified cd command to select original file, when following links.The Flying Rapist2015-01-131-1/+2
| |
* | container.directory: don't crash get_selection if files is Nonehut2015-01-171-0/+2
| |
* | core.metadata: add some TODO entrieshut2015-01-171-0/+3
| |
* | Merge branch 'metadata'hut2015-01-1710-256/+215
|\ \
| * | core.metadata: delete keys if value is emptyhut2015-01-171-0/+5
| | |
| * | core.metadata: use DefaultOpenStruct instead of OpenStructhut2015-01-172-8/+8
| | |
| * | ext.openstruct: added DefaultOpenStructhut2015-01-171-0/+15
| | |
| * | core.metadata: use basenames by defaulthut2015-01-171-2/+4
| | |
| * | core.metadata: works well now, at first glancehut2015-01-173-111/+71
| | |
| * | core.metadata: added comments for self.meta{file,data}_cachehut2015-01-171-0/+2
| | |
| * | started porting core.metadata from csv to jsonhut2015-01-171-12/+24
| | |
| * | adapted commands for MetadataManagerhut2015-01-165-72/+42
| | |
| * | start turning ext.papermanager to core.metadatahut2015-01-137-45/+38
| |/
* / gui.ui: removed some finished TODO entrieshut2015-01-161-2/+0
|/
* ext.direction: fixed "move up=1 cycle=false"hut2015-01-041-1/+1
|
* Merge branch 'move-cycle' of https://github.com/PotatoesMaster/rangerhut2015-01-041-0/+5
|\
| * Add a 'cycle' option to directionEmanuel Guevel2014-12-151-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.
* | config/rc.conf: make "a" binding use :rename_appendhut2015-01-011-1/+1
| |
* | renameConsole -> rename_append; added special cases for hidden files and ↵The Flying Rapist2015-01-021-6/+6
| | | | | | | | directories
* | add javascript file type to mime.types and rifle.confaureooms2014-12-192-15/+18
|/
* config/commands.py: fixed py3-specific encoding bughut2014-12-141-4/+1
|
* update email addresshut2014-12-1157-58/+58
|
* config/commands.py: fix bulkrename on OSX 10.8, fixes #136hut2014-12-101-4/+6
| | | | | Thanks to Ingo Lindholm for the fix: http://lists.gnu.org/archive/html/ranger-users/2013-09/msg00001.html
* fix typo in previous commithut2014-12-101-1/+1
|
* container.directory: filtering optimizationshut2014-12-101-3/+6
| | | | local variables have a better access time
* container.directory: more efficient filteringhut2014-12-101-7/+8
|
* container.directory: Fixed :scout -tf, fixes #195hut2014-12-101-0/+3
| | | | This was a regression from f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82
* api.commands: sort commands when tabbing in the console, fixes #171hut2014-12-101-1/+1
|
* config/commands.py: fix input delay, fixes #181hut2014-12-101-1/+1
|