about summary refs log tree commit diff stats
path: root/linkify
Commit message (Collapse)AuthorAgeFilesLines
* 4211Kartik K. Agaram2018-02-202-0/+3
| | | | | | | | Just ran into first issue from using the portable /bin/sh rather than a modern shell: https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input Turn on errexit everywhere.
* 4198Kartik K. Agaram2018-01-251-3/+3
|
* 4054Kartik K. Agaram2017-10-121-2/+6
|
* 3729Kartik K. Agaram2017-01-039-353/+29
|
* 3728Kartik K. Agaram2016-12-311-1/+1
|
* 3726Kartik K. Agaram2016-12-301-0/+1
|
* 3721Kartik K. Agaram2016-12-271-17/+17
| | | | | Switching my comment header for commented-out-code back after dropping Kakoune.
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-1/+16
|
* 3718Kartik K. Agaram2016-12-271-0/+2
|
* 3717Kartik K. Agaram2016-12-261-2/+0
|
* 3715Kartik K. Agaram2016-12-261-0/+3
| | | | | | | | Fix cross-links in html for the edit/ app. I originally thought I'd need to provide a commandline flag like --rel-path or something. But we need to support different relative paths in a single html file. So the solution instead is appropriately engineering the tags file.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-269-0/+543
r/blame/ranger/__init__.py?h=v1.9.2&id=465bff736d234e57efb2e9232df8882f3fd3a5cb'>^
0128bee7 ^


a1d7ed6e ^
58d4900c ^
0128bee7 ^


39edded7 ^


a1d7ed6e ^
b4a0c387 ^
b4a0c387 ^


0128bee7 ^





b4a0c387 ^





0128bee7 ^






01c89bb5 ^



01c89bb5 ^
39edded7 ^
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