index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
README: polished, removed INSTALL
hut
2011-10-05
3
-76
/
+46
|
*
defaults/commands: added cunmap, punmap, tunmap
hut
2011-10-05
3
-5
/
+97
|
*
gui.ui: Add "loading..." indicator on startup
hut
2011-10-05
1
-0
/
+2
|
*
Makefile: added "make todo" and added some notes in code
hut
2011-10-05
3
-1
/
+6
|
*
widgets.console: Fixed drawing of wide characters
hut
2011-10-05
1
-7
/
+4
|
*
widgets.console: fixed crash when typing special keys
hut
2011-10-05
1
-1
/
+3
|
*
defaults/rc.conf: Fixed bad keybindings
hut
2011-10-05
1
-2
/
+2
|
*
ext.keybindings: more meaningful error messages
hut
2011-10-05
2
-8
/
+10
|
*
ranger.py: made the argument optional in embedded bash script
hut
2011-10-04
1
-15
/
+16
|
*
defaults/rc.conf: use copyXmap to simplify rc.conf
hut
2011-10-03
1
-91
/
+84
|
*
defaults/commands: Added copypmap, copytmap, copycmap
hut
2011-10-03
3
-3
/
+29
|
*
core.actions: Added wrappers for common pager/taskview methods
hut
2011-10-03
1
-0
/
+18
|
*
defaults.commands: added alias command, overhauled alias system
hut
2011-10-03
4
-16
/
+24
|
*
defaults.commands: Added unmap command
hut
2011-10-03
3
-12
/
+43
|
*
defaults.commands: Added copymap command
hut
2011-10-03
2
-5
/
+36
|
*
core.actions: added %rangerdir macro
hut
2011-10-03
1
-0
/
+2
|
*
fsobject.directory: Fix infinite recursion loop
hut
2011-10-03
1
-0
/
+1
|
*
core.actions: Fix another garbage collection bug
hut
2011-10-03
1
-1
/
+1
|
*
defaults.apps: safer sxiv handler
hut
2011-10-03
1
-1
/
+4
|
*
core.actions: expanduser in source_commandlist()
hut
2011-10-03
1
-0
/
+1
|
*
core.environment: fixed crash induced by previous commit
hut
2011-10-03
2
-3
/
+4
|
*
core.environment: trying to fix garbage collection error
hut
2011-10-03
1
-5
/
+8
|
*
core.actions: REALLY fix that decoding error
hut
2011-10-02
1
-1
/
+8
|
*
defaults/rc.conf: key "v" toggles instead of sets marking
hut
2011-10-02
1
-1
/
+1
|
*
core.actions: smarter open() in get_preview
hut
2011-10-02
1
-1
/
+1
|
*
core.actions: fix decoding error when previewing some files
hut
2011-10-02
1
-1
/
+3
|
*
api.apps: fixed error message
hut
2011-10-02
1
-0
/
+2
|
*
core.actions: sanitize input of {set,enter,unset}_bookmark
hut
2011-10-02
1
-4
/
+4
|
*
Changed version to 1.5.0
hut
2011-10-02
4
-13
/
+4
|
*
Merge branch 'stable'
hut
2011-10-02
3
-6
/
+19
|
\
|
|
|
|
|
|
|
|
|
|
Conflicts: doc/ranger.1 ranger/defaults/keys.py
|
*
CHANGELOG: sorted items
hut
2011-10-02
1
-7
/
+7
|
|
|
*
One in five ranger users use it exclusively for browsing porn
v1.4.4
hut
2011-10-02
4
-7
/
+20
|
|
|
*
Revert "defaults/keys: use = key for octal chmodding"
hut
2011-10-02
1
-9
/
+5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This generates 512 keybindings which make ranger start almost twice as long. Just use the :chmod command instead. This reverts commit b441d4b3147c9399d7452074297c2a10d7f899ba.
|
*
manpage: updated website URL
hut
2011-10-02
1
-1
/
+1
|
|
|
*
manpage: document --choosedir and --choosefile
hut
2011-10-02
1
-0
/
+9
|
|
|
*
core.actions: fixed cycling by atime and mtime
hut
2011-09-29
2
-1
/
+7
|
|
*
|
api.apps: removed the need to use tup() in app definitions
hut
2011-10-02
3
-41
/
+56
|
|
|
|
|
|
|
|
you can still use it if you want.
*
|
defaults/apps.py: added sxiv
hut
2011-10-02
1
-7
/
+23
|
|
*
|
defaults/rc.conf: added missing keys, fixed tab_new
hut
2011-10-02
2
-19
/
+32
|
|
*
|
core.runner: updated docstring
hut
2011-10-02
1
-1
/
+3
|
|
*
|
widgets.console: increased efficience
hut
2011-10-02
2
-16
/
+12
|
|
*
|
api.commands: fixed narg stuff
hut
2011-10-02
1
-8
/
+11
|
|
*
|
widgets.browserview: re-added _draw_borders method
hut
2011-10-02
1
-0
/
+47
|
|
*
|
doc/ranger.1: updated manpage
hut
2011-10-01
2
-73
/
+123
|
|
*
|
defaults/commands: removed "console!" and fixed "chmod" command
hut
2011-10-01
1
-13
/
+3
|
|
*
|
core.shared: silence a warning when using ranger as root
hut
2011-10-01
1
-1
/
+2
|
|
*
|
widgets.pager: fixed some problems with pager/embedded_pager
hut
2011-10-01
3
-6
/
+13
|
|
*
|
core.main: fixed --list-unused-keys in python3.2
hut
2011-10-01
1
-1
/
+1
|
|
*
|
core.helper: fixed command loading with --clean
hut
2011-10-01
1
-1
/
+4
|
|
*
|
core.helper: removed obsolete import when using --clean
hut
2011-10-01
1
-1
/
+1
|
|
[next]