summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.main: improved rifle compatibilityhut2012-03-191-1/+1
* ext.rifle: use setsid instead of nohup (keep nohup as fallback)hut2012-03-192-2/+5
* ext.rifle: fixed hook_environmenthut2012-03-191-1/+1
* core.runner: updated ALLOWED_FLAGS, added commenthut2012-03-191-1/+3
* ext.rifle: polishinghut2012-03-194-52/+113
* ext.rifle: added main() functionhut2012-03-181-15/+67
* ext.rifle: make it executable. not sure if that's a good idea.hut2012-03-181-0/+0
* defaults/rifle.conf: improved, reorderedhut2012-03-181-30/+35
* ext/rifle.py: added documentation and cleaned uphut2012-03-181-24/+68
* defaults/rifle.conf: added documentationhut2012-03-181-21/+50
* ext.rifle: added hooks, fixed bugs.hut2012-03-183-6/+40
* container.tags: typohut2012-03-161-1/+1
* removed code of old file-opener systemhut2012-03-167-547/+12
* ext.get_executables: speed optimizationhut2012-03-161-2/+1
* implemented "rifle", a new file launcherhut2012-03-167-8/+317
* data/mime.types: use spaces instead of tabs, line them uphut2012-03-141-10/+10
* defaults/options: add __pycache__ to hidden fileshut2012-03-141-1/+1
* ext.human_readable: added commenthut2012-03-141-0/+4
* shorten all copyright messages for better readabilityhut2012-03-1455-715/+55
* gui.ui: catch an exception with surrogates in "update title" codehut2012-03-141-4/+7
* scope.sh: added exiftoolhut2012-03-061-4/+8
* Always remember to bring your towel. v1.5.3hut2012-03-051-2/+2
* Fix crash when opening files with feh or sxiv with "ranger <image>"hut2012-03-051-2/+3
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+7
* Catch a trivial ncurses exceptionhut2012-03-051-1/+4
* Removed unnecessary spaceshut2012-03-051-2/+2
* gui.ui: Added "rxvt-unicode-256color" to TERMINALS_WITH_TITLEhut2012-02-241-2/+2
* Feature: pasting hardlinked treesSerge Broslavsky2012-02-142-2/+25
* core.main: fixed crash when using ranger as file openerhut2012-02-121-1/+2
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-122-3/+5
* Add --cmd=COMMAND command line optionDavid Bengoa2012-02-122-0/+6
* widgets/statusbar: Catch exceptions in env.get_free_spacehut2012-02-091-4/+8
* defaults/apps: Add wildmidihut2012-02-091-0/+2
* widgets/statusbar: Display "All" when all files are shown (fix)hut2012-02-091-1/+1
* Merge git://github.com/gwash/rangerhut2012-01-261-0/+39
|\
| * new :relink commandM Rawash2012-01-271-0/+39
* | api.commands: Fix slashes in _tab_directory_content()hut2012-01-261-2/+4
|/
* defaults/commands: fixed TERMCMD in :terminalhut2012-01-241-1/+1
* ext.cached_function: Fixedhut2012-01-201-2/+2
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-182-1/+8
* gui.ui: Fix title drawing. Since when is this broken anyway?!hut2012-01-151-2/+4
* defaults.commands.bulkrename: support filenames starting with -hut2012-01-151-2/+2
* defaults/options: case insensitive sort by defaulthut2012-01-141-1/+1
* gui.colorschemes: more efficient color_athut2012-01-115-40/+56
* ext.signals: no unnecessary sorting on signal_bindhut2012-01-112-4/+20
* core.main: pipe the profiler stream to stderrhut2012-01-111-4/+2
* added --profile optionhut2012-01-112-1/+32
* ext.shell_escape: Fixed escaping of tabs and unprintableshut2012-01-111-2/+5
* defaults.commands: on <tab> in !shell put the filename instead of %shut2012-01-111-1/+5
* widgets.statusbar: Include marked directory sizes in statusbar summaryhut2012-01-042-3/+4
/src/log.c?id=0fe70ce7d381ceb2b38cbb5ac9a99cbad95dec91'>^
e6987387 ^
2bbac1c8 ^
6bad38c2 ^
2bbac1c8 ^


0f3c1e56 ^



2bbac1c8 ^
5eaf687d ^

279737ba ^
2bbac1c8 ^
bbb0fbed ^
2bbac1c8 ^
e4ac23e9 ^
291c6bc3 ^
929be7f1 ^

74a88ad5 ^


2bbac1c8 ^
74a88ad5 ^
2bbac1c8 ^
4d190a9c ^

279737ba ^

4d190a9c ^
e4ac23e9 ^
4d190a9c ^
bbb0fbed ^
2bbac1c8 ^

0f3c1e56 ^
2bbac1c8 ^

291c6bc3 ^


2bbac1c8 ^

6bad38c2 ^
0f3c1e56 ^
2bbac1c8 ^
6bad38c2 ^
2bbac1c8 ^
6d329343 ^
291c6bc3 ^






2bbac1c8 ^


291c6bc3 ^





























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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176