summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * added keybindings for changing linemodehut2014-12-031-0/+5
| |
| * rename "title" linemode to "papertitle"hut2014-12-033-4/+4
| |
| * core.actions: map linemode "normal" to "filemode"hut2014-12-031-4/+8
| |
| * properly redrawhut2014-12-031-0/+4
| |
| * implement a paper managerhut2014-12-033-3/+73
| |
| * implement "permissions" linemodehut2014-12-033-10/+17
| |
| * added fsobject.user and fsobject.group lazy_propertieshut2014-12-031-0/+15
| |
| * allow setting a "linemode" for each file/directoryhut2014-12-034-0/+48
|/
* Get default argument for flat command from quantifier.Tony Cebzanov2014-11-111-2/+1
|
* ext.rifle: typo, thanks to cym13 for pointing it outhut2014-11-101-1/+1
|
* change the default editor to vimhut2014-11-101-1/+1
|
* mv doc/release-checklist.txt doc/howto-publish-a-release.txthut2014-11-021-0/+0
|
* core.actions: Avoid UnicodeDecodeError, fixes #172hut2014-11-021-1/+2
| | | | Thanks to cym13 and GermainZ for looking into this
* Merge branch 'master' of https://github.com/nfnty/rangerhut2014-11-011-0/+2
|\
| * mark vcs outdated on file creation and editnfnty2014-10-311-0/+2
| |
* | implement flat commandMilan Svoboda2014-11-014-16/+70
| |
* | .gitignore: added "build"hut2014-10-311-0/+1
|/ | | | per request of nfnty
* added option "idle_delay"hut2014-10-315-2/+21
| | | | per request of nfnty
* Merge branch 'map-should-check-args-count' of ↵hut2014-10-261-0/+3
|\ | | | | | | https://github.com/m-novikov/ranger
| * Fixes #165 Map command should validate args countMaxim Novikov2014-10-261-0/+3
| |
* | core.actions: fixed _MacroTemplate.idpatternhut2014-10-261-0/+1
|/ | | | | Thanks to trupanka for pointing out the problem at https://github.com/hut/ranger/issues/175
* Merge remote-tracking branch 'klinke/CR_scout_fix'hut2014-10-231-1/+4
|\
| * fixed indentation widthKlinkenstecker2014-10-221-5/+5
| |
| * pressing <CR> directly after scout -ek doesn't delete the completeKlinke6002014-10-011-2/+5
| | | | | | | | console line anymore
* | Merge branch 'master' of https://github.com/tannhuber/rangerhut2014-10-211-0/+132
|\ \
| * | Solarized colorscheme added.Joseph Tannhuber2014-05-111-0/+132
| | |
* | | Merge branch 'doc-fix-ref-for-colorscheme' of https://github.com/blueyed/rangerhut2014-10-211-3/+2
|\ \ \
| * | | doc: fix reference for colorscheme configDaniel Hahler2014-10-201-3/+2
| | | |
* | | | Merge branch 'selection_in_titlebar' of https://github.com/Klinkenstecker/rangerhut2014-10-213-1/+6
|\ \ \ \
| * | | | New show_selection_in_titlebar settingKlinke6002014-10-013-1/+6
| | |_|/ | |/| |
* | | | prettier screenshothut2014-10-201-0/+0
| | | |
* | | | README: added a screenshothut2014-10-202-0/+2
| |/ / |/| |
* | | ranger.pod: Added IRC channel to manpagehut2014-10-152-1/+5
| | |
* | | gui.widgets.console: validate keys before adding to unicode_bufferhut2014-10-151-13/+14
| | | | | | | | | | | | | | | | | | | | | This, along with the previos commit, helps with a bug that GermainZ reported: If you press CTRL+Left Arrow when using ranger on python3, you become unable to type new letter keys because ranger tries to interpret all the input as a unicode sequence.
* | | gui.widgets.console: clear unicode_buffer when len >= 4hut2014-10-152-0/+3
| | |
* | | rifle.py: expand environment variables in "has" functionhut2014-10-111-1/+6
| | |
* | | added doc/ranger.1.html to .gitignorehut2014-10-031-0/+1
| | |
* | | added doc/release-checklist.txthut2014-10-031-0/+27
|/ /
* | Added redrawing when we return to Vim from Ranger without opening anyAshwin Nanjappa2014-09-191-0/+2
| | | | | | | | file.
* | Commands "yp", "yd", "yn" now copy to X11 clipboard selection too.Веремеенко Артём2014-09-021-3/+3
| |
* | container.directory: implemented random sortinghut2014-08-265-8/+11
| |
* | change the bug tracker URLhut2014-08-224-4/+4
| |
* | fix sorting by size in some corner casehut2014-08-221-1/+1
| | | | | | | | see https://savannah.nongnu.org/bugs/index.php?42736
* | added dwb to the list of browsershut2014-08-221-0/+1
| |
* | fix references to README.mdhut2014-08-225-7/+7
| |
* | Restored original rename mapping and added renameConsole under 'a'.rukai2014-08-191-1/+2
| |
* | Fixed renameConsole usage in documentation.rukai2014-08-181-1/+1
| |
* | Mapped renameConsole to 'A'rukai2014-08-171-1/+1
| |
* | Added renameConsole a command which automatically creates a console for the ↵rukai2014-08-171-0/+12
| | | | | | | | rename command and places the cursor before the file extension.
* | config/rc.conf: don't use the obsolete -d flaghut2014-07-231-14/+14
| |