summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.actions: Fixed handling of scope.sh exit code 2hut2010-10-131-0/+2
* data/scope: added success functionhut2010-10-131-12/+15
* core.actions: fix previews of linked fileshut2010-10-121-2/+1
* core.actions: fixed bugs with copyinghut2010-10-121-5/+5
* data/scope: added mediainfohut2010-10-121-0/+6
* core.loader: small correction of last commithut2010-10-121-1/+1
* core.loader: decode stdout in >python3 in CommandLoaderhut2010-10-121-1/+12
* core.fm: chmod u+x when using --copy-config=scopehut2010-10-121-0/+3
* gui.widgets.pager: bugfix: make sure max_width is definedhut2010-10-121-0/+1
* core.main: extended --copy-config optionhut2010-10-124-10/+20
* defaults.options: enable use_preview_script by defaulthut2010-10-121-2/+1
* Merge branch 'cp+preview'hut2010-10-1220-367/+503
|\
| * Merge branch 'master' into cp+previewhut2010-10-121-2/+2
| |\
| * | core.shared: added error messagehut2010-10-121-3/+11
| * | core.loader: make sure to read everything from stdout/errhut2010-10-122-1/+5
| * | defaults.options: don't hide /~$/ fileshut2010-10-121-1/+1
| * | Added key zv for toggling use_preview_script optionhut2010-10-121-1/+2
| * | core.actions: improved fm.paste()hut2010-10-122-12/+29
| * | Added boolean option use_preview_scripthut2010-10-115-5/+11
| * | core.main: added --copy-config flaghut2010-10-114-5/+29
| * | widgets.browserview: again, fixed collapse_preview optionhut2010-10-111-6/+6
| * | fsobject.file: fix preview_files optionhut2010-10-111-2/+2
| * | widgets.browserview: fix collapse_preview optionhut2010-10-112-2/+18
| * | data/scope, fsobject: added xpi to container extensionshut2010-10-102-2/+2
| * | core.actions: removed debug messagehut2010-10-101-1/+0
| * | Merge branch 'master' into cp+previewhut2010-10-104-25/+14
| |\ \
| * | | core.loader: Fixed pipe buffer overflow bughut2010-10-103-17/+34
| * | | data/scope, fsobject: add .deb to archive extensionshut2010-10-102-4/+4
| * | | fsobject.file: tweak N_FIRST_BYTEShut2010-10-101-1/+1
| * | | core.actions: catch exception in get_previewhut2010-10-101-1/+4
| * | | fsobject.file: fixed has_preview methodhut2010-10-101-1/+3
| * | | data/scope: fixed pdftotext invocationhut2010-10-101-1/+1
| * | | core.shared: bugfixhut2010-10-101-2/+3
| * | | data/scope.sh: improvedhut2010-10-091-18/+28
| * | | core.actions: global index of previews (by path and size)hut2010-10-093-26/+58
| * | | core.loader: throw more signalshut2010-10-092-5/+14
| * | | data/scope.sh: sort archive extensionshut2010-10-081-2/+2
| * | | ranger.core.loader: allow suppressing errors in CommandLoaderhut2010-10-082-14/+20
| * | | fsobject.file: reload pager when preview finished loadinghut2010-10-084-11/+15
| * | | fsobject.file: load previews in fm.loaderhut2010-10-083-11/+21
| * | | core.loader: use signals with CommandLoaderhut2010-10-082-13/+11
| * | | Merge branch 'preview' into cp+previewhut2010-10-0812-24/+215
| |\ \ \
| | * \ \ Merge branch 'master' into previewhut2010-10-0838-385/+475
| | |\ \ \
| | * | | | enable shope.sh by defaulthut2010-10-071-4/+2
| | * | | | Merge branch 'stable' into previewhut2010-10-0525-765/+678
| | |\ \ \ \
| | * | | | | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-224-10/+18
| | * | | | | data/scope.sh: added lynxhut2010-06-221-7/+15
| | * | | | | defaults.options: deactivate scope.sh by defaulthut2010-06-221-1/+7
| | * | | | | ranger.__init__: added relpath_scripthut2010-06-223-2/+14
| | * | | | | data/scope.sh: improved, commentedhut2010-06-221-7/+16
le='author Kartik K. Agaram <vc@akkartik.com> 2016-12-26 11:44:14 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-12-26 11:44:14 -0800 3710' href='/akkartik/mu/commit/html/015literal_noninteger.cc.html?h=hlt&id=204dae921abff0c70e017215bb3c91fa6ca11aff'>204dae92 ^
c5ffb6e1 ^


a654e4ec ^
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