summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Makefile: Don't fail build when py.test is not installedhut2016-02-281-1/+8
* | | Merge branch 'add_tests' of https://github.com/charignon/rangerhut2016-02-2810-16/+166
|\ \ \
| * | | bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-312-10/+8
| * | | bookmarks: add testLaurent Charignon2016-01-311-0/+52
| * | | bookmarks: add __delitem__ implementationLaurent Charignon2016-01-311-0/+3
| * | | bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
| * | | gitignore: add pytestdebug.logLaurent Charignon2016-01-311-0/+1
| * | | history: fix logic error and add test for all the methodsLaurent Charignon2016-01-312-3/+97
| * | | history: cleanup two unused methodsLaurent Charignon2016-01-311-6/+0
| * | | history: fix maxlen is defined as an optional argument even if it is not oneLaurent Charignon2016-01-311-0/+1
| * | | tests: add a dummy pytest test and add it to the make test stepLaurent Charignon2016-01-315-0/+6
| | |/ | |/|
* | | python2 compatibility for previous commithut2016-02-241-1/+6
* | | ranger.__init__: avoid crashing when opening LOGFILEhut2016-02-241-1/+5
* | | rebuild man pageshut2016-02-242-6/+14
* | | doc/ranger.1: add example for setintaghut2016-02-241-0/+5
* | | config/rc.conf: fix yp/yn/yd keybindingshut2016-02-141-3/+3
* | | config.commands: removed defunct "less %f" shortcuthut2016-02-111-2/+0
* | | config.commands: removed doubled macro expansion in :shellhut2016-02-111-2/+0
* | | ext.rifle: don't complain about empty lines in rifle.confhut2016-02-101-2/+2
* | | ext.rifle: fix line numbers in error messageshut2016-02-101-2/+2
|/ /
* / bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
|/
* Revert "Use setuptools if present"hut2016-01-252-8/+2
* added ranger.desktop file, fixes #346hut2016-01-252-0/+11
* HACKING: document the COMPAT conventionhut2016-01-241-0/+4
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
* :delete refactoringWojciech Siewierski2016-01-242-28/+20
* core.actions: in delete(), renamed "narg" to "files"hut2016-01-241-3/+3
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
* README: updated compatible python version numbershut2016-01-201-1/+1
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
* ranger.pod: describe that :setlocal path is a regexhut2016-01-013-2/+10
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
* Happy new year!hut2016-01-011-1/+1
* gui.iu: better dochut2015-12-211-5/+5
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-4/+4
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-7/+4
* HACKING.md: more detailed PGP instructions.hut2015-11-231-2/+7
* HACKING.md: typohut2015-11-231-2/+2
* HACKING.md: fixed markdownhut2015-11-231-2/+2
* added my PGP key to HACKING.mdhut2015-11-231-0/+93
* Merge branch 'shift_tab' of https://github.com/nfnty/rangerhut2015-11-204-26/+33
|\
| * commands.py: Pass number to tab()nfnty2015-11-174-26/+33