summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* bug fix for % formatter changeEdward Betts2016-05-071-1/+1
| | | The values pos and max_pos are both integers, but we want to use floating point division.
* use % formatterEdward Betts2016-04-111-1/+1
|
* gui.widgets.view_multipane: display infostringhut2016-04-061-0/+1
|
* rc.conf: added key binding Ms for `:linemode sizemtime`hut2016-04-061-0/+1
|
* Merge branch 'mtime_linemode' of https://github.com/alphapapa/ranger into masterhut2016-04-062-1/+23
|\
| * Add MtimeLinemode and SizeMtimeLinemodeAdam Porter2016-04-052-1/+23
| |
* | Revert "core.linemode: Implement ModificationTimeLinemode"hut2016-04-062-13/+1
| | | | | | | | This reverts commit 94ce103247332a8ad56bb41a7245546f824971c3.
* | Revert "core.linemode: Changed timestamp formatting in mtime linemode"hut2016-04-061-2/+1
| | | | | | | | This reverts commit 4dcbb42adaf42e9c154ac3011ddedec2793c090a.
* | rc.conf: added key binding Mm for `:linemode mtime`hut2016-04-061-0/+1
| |
* | core.linemode: Changed timestamp formatting in mtime linemodehut2016-04-061-1/+2
| |
* | core.linemode: Implement ModificationTimeLinemodeWojciech Siewierski2016-04-052-1/+13
|/ | | | Closes #520.
* implement switching viewmodes with ~ keyhut2016-04-044-10/+21
|
* make `set foo!` cycle through non-boolean options toohut2016-04-042-1/+21
|
* allow toggling options with `:set <option>!`hut2016-04-033-15/+60
|
* reverted back to miller columnshut2016-04-022-19/+3
|
* Midnight Commander-like colorshut2016-04-011-0/+16
|
* Implement Midnight Commander-like mutlipane viewhut2016-04-0111-137/+312
|
* Merge branch 'set-bookmark-not-current' of ↵hut2016-03-251-2/+7
|\ | | | | | | https://github.com/cirosantilli/ranger
| * set_bookmark for directories other than the currentCiro Santilli2016-03-211-2/+7
| | | | | | | | | | | | | | | | | | Sample usage: :set_bookmark a /home/me/a Motivation: make it easier to set bookmarks from environment variables on rc.conf.
* | Merge branch 'master' of https://github.com/lverweijen/rangerhut2016-03-251-3/+3
|\ \
| * | Make natural_sort's behaviour better definedlverweijen2016-03-081-3/+3
| | | | | | | | | | | | | | | | | | | | | The old version relied on comparing integers to strings which is not supported in Python 3 anymore and not a good practice in general anyway. It was also the case that 'hello2' was ordered before 'hello' instead of after, which I found to be non-intuitive.
* | | Merge branch 'pqiv-rifle' of https://github.com/noctuid/rangerhut2016-03-251-0/+1
|\ \ \
| * | | Add pqiv to rifle.conf as image viewernoctuid2016-03-201-0/+1
| | |/ | |/|
* / | Add %confdir macroCiro Santilli2016-03-211-0/+1
|/ /
* | Merge branch 'color256' of https://github.com/lverweijen/rangerhut2016-03-201-2/+9
|\ \
| * | Support 256 colours if availablelverweijen2016-03-081-2/+9
| |/
* | Merge branch 'pqiv' of https://github.com/noctuid/rangerhut2016-03-201-1/+7
|\ \
| * | open_all_images support for pqivnoctuid2016-03-201-1/+7
| |/
* / Added toggle mode for cut/copy actions.The Flying Rapist2016-03-202-1/+5
|/
* adding ability to clear folder filter upon navigating from it. optional and ↵Vitaly Belman2016-03-063-0/+9
| | | | false by default.
* Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-294-5/+28
|\
| * VCS: pause thread during ui.suspend()nfnty2016-02-294-5/+28
| |
* | Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-2815-1546/+1071
|\|
| * VCS: statusbar: Fix date formatnfnty2016-02-251-5/+6
| |
| * VCS: Lazily initialize UI.vcsthreadnfnty2016-02-251-4/+8
| |
| * VCS: Fix reinitialization on repodir deletionnfnty2016-02-101-31/+29
| |
| * VCS: Fix has_vcschild directory loadnfnty2016-02-101-3/+8
| |
| * VCS: Rename fileobj to fsobj, remove _hinderednfnty2016-02-092-41/+34
| |
| * VCS: Fix link handlingnfnty2016-02-092-38/+33
| |
| * VCS: Process queue more efficientlynfnty2016-02-092-32/+62
| |
| * VCS: Split Vcs root into VcsRootnfnty2016-02-081-61/+84
| |
| * VCS: hg: Disable remote status due to performance issuesnfnty2016-02-082-28/+13
| |
| * VCS: Fix root updatingnfnty2016-02-081-13/+11
| |
| * VCS: hg: Use json templatenfnty2016-02-081-32/+20
| |
| * VCS: Disable background updating due to lock issuesnfnty2016-02-082-57/+11
| |
| * VCS: Implement Subversionnfnty2016-02-082-105/+109
| |
| * VCS: Rename _vcs to _runnfnty2016-02-084-44/+36
| |
| * VCS: hg: Fix statusesnfnty2016-02-081-2/+2
| |
| * VCS: Reorder importsnfnty2016-02-085-8/+9
| |
| * VCS: Add date to statusbarnfnty2016-02-083-2/+7
| |