summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* experiment with keybinding syntaxhut2010-01-256-47/+56
|
* browserview: display bookmark list when pressing mhut2010-01-251-1/+1
|
* typohut2010-01-251-1/+1
|
* help: document b keyhut2010-01-251-0/+1
|
* made configuration more simplehut2010-01-258-9/+39
|
* cleanupshut2010-01-2434-174/+183
|
* options: activate preview of files by defaulthut2010-01-241-1/+1
|
* actions: add narg to move_right, so Nl starts with mode Nhut2010-01-242-2/+4
|
* keys: let l and Enter do the samehut2010-01-242-5/+2
|
* apps: fixed error when EDITOR is undefinedhut2010-01-241-8/+10
|
* bugfixhut2010-01-242-2/+2
|
* implemented the use of Runner in the rest of the codehut2010-01-245-197/+20
|
* runner: bugfixes + documentationhut2010-01-241-4/+20
|
* added a new runner classhut2010-01-241-0/+175
|
* apps: added handler for common webbrowsershut2010-01-231-1/+11
|
* actions: allow using n and N from the starthut2010-01-231-1/+1
|
* console: better tab completion for OpenConsolehut2010-01-231-7/+10
|
* fixed handling of spaces in filenames when using "open with: self"hut2010-01-231-1/+6
|
* fm: sort executableshut2010-01-231-1/+1
|
* console: tab completion for OpenConsolehut2010-01-231-4/+8
|
* apps: bugfixeshut2010-01-231-2/+2
|
* apps: changes in orderhut2010-01-231-1/+1
|
* clean uphut2010-01-231-1/+0
|
* action: improved debugginghut2010-01-231-1/+1
|
* fm: use "property" as a decorator for "executables"hut2010-01-231-3/+2
|
* apps: more intelligent application choosinghut2010-01-233-6/+73
| | | | | | ranger can now check whether an application is installed on the system and choose the best available application out of a list. ("either" method)
* ext: added get_executables functionhut2010-01-231-0/+47
|
* added unique function, moved flatten to ext/iter_toolshut2010-01-232-1/+15
|
* help: formattinghut2010-01-222-3/+14
|
* help: added documentation for running fileshut2010-01-223-2/+110
|
* help: fixed tagging shortcut descriptionhut2010-01-211-2/+2
|
* main: ignore errors of setlocalehut2010-01-211-1/+4
|
* main: added debug modehut2010-01-213-0/+11
|
* actions: fixed bug in delete()hut2010-01-211-1/+1
|
* keys: swapped t and b keyshut2010-01-211-8/+8
|
* directory: get_selection() returns *ordered* marked itemshut2010-01-211-1/+1
|
* browserview: catch errorhut2010-01-211-2/+8
|
* cleanuphut2010-01-211-1/+0
|
* directory: represent selection with list instead of sethut2010-01-211-13/+15
|
* console: fixed minor bughut2010-01-212-9/+14
|
* color: added a remove_attr functionhut2010-01-211-0/+6
|
* colorschemes/default: remove unnecessary lineshut2010-01-211-14/+0
|
* commands: use deque in find commandhut2010-01-211-5/+8
|
* ext/flatten: flatten deques too.hut2010-01-211-2/+4
|
* curses_shortcuts: use flatten instead of _combinehut2010-01-201-15/+5
|
* added flatten functionhut2010-01-201-0/+27
|
* ranger/init: fixed usage stringhut2010-01-201-1/+1
|
* apps: catch a TypeErrorhut2010-01-201-2/+3
|
* keyapi: fixed Wrapper so that it works with pydochut2010-01-201-0/+2
|
* apps: added a few application definitionshut2010-01-201-2/+56
|
lame the previous revision' href='/akkartik/mu/blame/074keyboard.mu?h=hlt&id=9e5ceacd74dce8d4ce971b7bfd9c7c74f28e51c6'>^
760f683f ^
77d5b5d6 ^
4a48bedc ^
f8c0ef3e ^
d803b687 ^
502d2ea5 ^


136412d2 ^
502d2ea5 ^
f8c0ef3e ^

5b1219ca ^
f8c0ef3e ^
6a0f71b9 ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
6a0f71b9 ^
d803b687 ^
ccfee303 ^


6a0f71b9 ^

5e9eff8c ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
dd660682 ^
104854ca ^
5e9eff8c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104