index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
container.history: fixed rebase() unit test
hut
2016-02-28
2
-6
/
+26
*
|
|
Makefile: Don't fail build when py.test is not installed
hut
2016-02-28
1
-1
/
+8
*
|
|
Merge branch 'add_tests' of https://github.com/charignon/ranger
hut
2016-02-28
10
-16
/
+166
|
\
\
\
|
*
|
|
bookmark: replace delete by __delitem__ for consistency with other methods
Laurent Charignon
2016-01-31
2
-10
/
+8
|
*
|
|
bookmarks: add test
Laurent Charignon
2016-01-31
1
-0
/
+52
|
*
|
|
bookmarks: add __delitem__ implementation
Laurent Charignon
2016-01-31
1
-0
/
+3
|
*
|
|
bookmarks: add missing initialization of original_dict
Laurent Charignon
2016-01-31
1
-0
/
+1
|
*
|
|
gitignore: add pytestdebug.log
Laurent Charignon
2016-01-31
1
-0
/
+1
|
*
|
|
history: fix logic error and add test for all the methods
Laurent Charignon
2016-01-31
2
-3
/
+97
|
*
|
|
history: cleanup two unused methods
Laurent Charignon
2016-01-31
1
-6
/
+0
|
*
|
|
history: fix maxlen is defined as an optional argument even if it is not one
Laurent Charignon
2016-01-31
1
-0
/
+1
|
*
|
|
tests: add a dummy pytest test and add it to the make test step
Laurent Charignon
2016-01-31
5
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
python2 compatibility for previous commit
hut
2016-02-24
1
-1
/
+6
*
|
|
ranger.__init__: avoid crashing when opening LOGFILE
hut
2016-02-24
1
-1
/
+5
*
|
|
rebuild man pages
hut
2016-02-24
2
-6
/
+14
*
|
|
doc/ranger.1: add example for setintag
hut
2016-02-24
1
-0
/
+5
*
|
|
config/rc.conf: fix yp/yn/yd keybindings
hut
2016-02-14
1
-3
/
+3
*
|
|
config.commands: removed defunct "less %f" shortcut
hut
2016-02-11
1
-2
/
+0
*
|
|
config.commands: removed doubled macro expansion in :shell
hut
2016-02-11
1
-2
/
+0
*
|
|
ext.rifle: don't complain about empty lines in rifle.conf
hut
2016-02-10
1
-2
/
+2
*
|
|
ext.rifle: fix line numbers in error messages
hut
2016-02-10
1
-2
/
+2
|
/
/
*
/
bookmarks: fix issue #447 Bookmarks aren't updated on renaming
Laurent Charignon
2016-01-30
1
-0
/
+8
|
/
*
Revert "Use setuptools if present"
hut
2016-01-25
2
-8
/
+2
*
added ranger.desktop file, fixes #346
hut
2016-01-25
2
-0
/
+11
*
HACKING: document the COMPAT convention
hut
2016-01-24
1
-0
/
+4
*
core.actions: added "COMPAT" comment to stick to conventions
hut
2016-01-24
1
-1
/
+1
*
Restore :delete backward compatiblity
Wojciech Siewierski
2016-01-24
1
-1
/
+4
*
Move some :delete logic to fm.delete, further refactoring
Wojciech Siewierski
2016-01-24
2
-23
/
+19
*
:delete refactoring
Wojciech Siewierski
2016-01-24
2
-28
/
+20
*
core.actions: in delete(), renamed "narg" to "files"
hut
2016-01-24
1
-3
/
+3
*
Allow :delete to take arguments
Wojciech Siewierski
2016-01-24
2
-21
/
+46
*
config/commands.py: Reduce code duplication in :delete
Wojciech Siewierski
2016-01-23
1
-9
/
+9
*
README: updated compatible python version numbers
hut
2016-01-20
1
-1
/
+1
*
img_display: added TODO entry about removing FileManagerAware
hut
2016-01-18
1
-0
/
+2
*
ext.img_display: Autodetect w3mimgdisplay location
hut
2016-01-18
1
-28
/
+41
*
config/rc.conf: keybinding 'zi' now toggles preview_images
hut
2016-01-08
1
-1
/
+2
*
widgets.pager: fix 'G' key in streams, fixes #74
hut
2016-01-04
1
-4
/
+13
*
ranger.pod: describe that :setlocal path is a regex
hut
2016-01-01
3
-2
/
+10
*
core.main: Check XDG_CACHE_HOME, fixes #442
hut
2016-01-01
2
-7
/
+12
*
Happy new year!
hut
2016-01-01
1
-1
/
+1
*
gui.iu: better doc
hut
2015-12-21
1
-5
/
+5
*
container.tags: handle more py3 encoding errors
hut
2015-12-05
1
-1
/
+5
*
core.main: moved 'must run ranger in terminal' message
hut
2015-12-05
1
-4
/
+4
*
core.main: handle py3 encoding errors in --list-tagged-files
hut
2015-12-05
1
-1
/
+4
*
ext.openstruct: removed redundant "__" suffix for arguments
hut
2015-12-01
1
-7
/
+4
*
HACKING.md: more detailed PGP instructions.
hut
2015-11-23
1
-2
/
+7
*
HACKING.md: typo
hut
2015-11-23
1
-2
/
+2
*
HACKING.md: fixed markdown
hut
2015-11-23
1
-2
/
+2
*
added my PGP key to HACKING.md
hut
2015-11-23
1
-0
/
+93
*
Merge branch 'shift_tab' of https://github.com/nfnty/ranger
hut
2015-11-20
4
-26
/
+33
|
\
[prev]
[next]