Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | doc/ranger.1: Added documentation for {yd}{art} key bindings | hut | 2016-03-25 | 2 | -5/+11 | |
| | | ||||||
* | | updating docs with 'clear_filters_on_dir_change' flag | Vitaly Belman | 2016-03-25 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gitignore-install-log' of https://github.com/cirosantilli/ranger | hut | 2016-03-25 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | gitignore install_log.txt generated by make install | Ciro Santilli | 2016-03-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'set-bookmark-not-current' of ↵ | hut | 2016-03-25 | 1 | -2/+7 | |
|\ \ \ | | | | | | | | | | | | | https://github.com/cirosantilli/ranger | |||||
| * | | | set_bookmark for directories other than the current | Ciro Santilli | 2016-03-21 | 1 | -2/+7 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: :set_bookmark a /home/me/a Motivation: make it easier to set bookmarks from environment variables on rc.conf. | |||||
* | | | test_fsobject: fix syntax error | hut | 2016-03-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of https://github.com/lverweijen/ranger | hut | 2016-03-25 | 2 | -3/+37 | |
|\ \ \ | ||||||
| * | | | Remove accidental prints for debugging | lverweijen | 2016-03-22 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | Make natural_sort's behaviour better defined | lverweijen | 2016-03-08 | 2 | -3/+41 | |
| | |/ | |/| | | | | | | | | | | | | | | | | 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/ranger | hut | 2016-03-25 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Add pqiv to rifle.conf as image viewer | noctuid | 2016-03-20 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* / | | Add %confdir macro | Ciro Santilli | 2016-03-21 | 2 | -0/+3 | |
|/ / | ||||||
* | | Merge branch 'color256' of https://github.com/lverweijen/ranger | hut | 2016-03-20 | 1 | -2/+9 | |
|\ \ | ||||||
| * | | Support 256 colours if available | lverweijen | 2016-03-08 | 1 | -2/+9 | |
| |/ | ||||||
* | | Merge branch 'pqiv' of https://github.com/noctuid/ranger | hut | 2016-03-20 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | open_all_images support for pqiv | noctuid | 2016-03-20 | 1 | -1/+7 | |
| |/ | ||||||
* / | Added toggle mode for cut/copy actions. | The Flying Rapist | 2016-03-20 | 2 | -1/+5 | |
|/ | ||||||
* | adding ability to clear folder filter upon navigating from it. optional and ↵ | Vitaly Belman | 2016-03-06 | 3 | -0/+9 | |
| | | | | false by default. | |||||
* | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-02-29 | 4 | -5/+28 | |
|\ | ||||||
| * | VCS: pause thread during ui.suspend() | nfnty | 2016-02-29 | 4 | -5/+28 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-02-28 | 16 | -1546/+1073 | |
|\| | ||||||
| * | VCS: statusbar: Fix date format | nfnty | 2016-02-25 | 1 | -5/+6 | |
| | | ||||||
| * | VCS: Lazily initialize UI.vcsthread | nfnty | 2016-02-25 | 1 | -4/+8 | |
| | | ||||||
| * | VCS: Fix reinitialization on repodir deletion | nfnty | 2016-02-10 | 1 | -31/+29 | |
| | | ||||||
| * | VCS: Fix has_vcschild directory load | nfnty | 2016-02-10 | 1 | -3/+8 | |
| | | ||||||
| * | VCS: Rename fileobj to fsobj, remove _hindered | nfnty | 2016-02-09 | 2 | -41/+34 | |
| | | ||||||
| * | VCS: Fix link handling | nfnty | 2016-02-09 | 2 | -38/+33 | |
| | | ||||||
| * | VCS: Process queue more efficiently | nfnty | 2016-02-09 | 2 | -32/+62 | |
| | | ||||||
| * | VCS: Split Vcs root into VcsRoot | nfnty | 2016-02-08 | 1 | -61/+84 | |
| | | ||||||
| * | VCS: hg: Disable remote status due to performance issues | nfnty | 2016-02-08 | 2 | -28/+13 | |
| | | ||||||
| * | VCS: Fix root updating | nfnty | 2016-02-08 | 1 | -13/+11 | |
| | | ||||||
| * | VCS: hg: Use json template | nfnty | 2016-02-08 | 1 | -32/+20 | |
| | | ||||||
| * | VCS: Disable background updating due to lock issues | nfnty | 2016-02-08 | 2 | -57/+11 | |
| | | ||||||
| * | VCS: Implement Subversion | nfnty | 2016-02-08 | 2 | -105/+109 | |
| | | ||||||
| * | VCS: Rename _vcs to _run | nfnty | 2016-02-08 | 4 | -44/+36 | |
| | | ||||||
| * | VCS: hg: Fix statuses | nfnty | 2016-02-08 | 1 | -2/+2 | |
| | | ||||||
| * | VCS: Reorder imports | nfnty | 2016-02-08 | 5 | -8/+9 | |
| | | ||||||
| * | VCS: Add date to statusbar | nfnty | 2016-02-08 | 3 | -2/+7 | |
| | | ||||||
| * | VCS: Fix output handling | nfnty | 2016-02-08 | 3 | -35/+58 | |
| | | ||||||
| * | VCS: Implement Mercurial | nfnty | 2016-02-08 | 1 | -87/+111 | |
| | | ||||||
| * | VCS: Improve null handling | nfnty | 2016-02-08 | 2 | -5/+6 | |
| | | ||||||
| * | VCS: Minor fixes | nfnty | 2016-02-08 | 6 | -23/+25 | |
| | | ||||||
| * | VCS: pylint and flake8 compliancy | nfnty | 2016-02-08 | 4 | -20/+16 | |
| | | ||||||
| * | VCS: Refactor VcsThread.run() | nfnty | 2016-02-08 | 1 | -79/+90 | |
| | | ||||||
| * | VCS: Fix browsercolumn | nfnty | 2016-02-08 | 3 | -24/+33 | |
| | | ||||||
| * | VCS: Initialize roots in VcsThread | nfnty | 2016-02-08 | 3 | -81/+134 | |
| | | ||||||
| * | VCS: Fix python2 compatibility | nfnty | 2016-02-08 | 1 | -10/+13 | |
| | | ||||||
| * | VCS: Move remotestatus to FileSystemObject | nfnty | 2016-02-08 | 6 | -44/+42 | |
| | | ||||||
| * | VCS: Improve repodir detection | nfnty | 2016-02-08 | 1 | -7/+18 | |
| | |