1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
|
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Eskil - A graphical frontend to Diff</title>
<meta http-equiv="content-type"
<title>Eskil: A graphical frontend to Diff</title>
<link rel="stylesheet" href="../../../style.css" type="text/css"
media="screen">
content="text/html; charset=ISO-8859-1">
</head>
<body>
<div class="header">
<h1><a href="http://eskil.tcl.tk/">Eskil</a>: A graphical frontend to Diff</h1>
<a href="download.html">Download</a>
<a href="#EskilFeatures">Features</a>
<a href="#EskilScreenshots">Screenshots</a>
<div class="title">Eskil<br/>A graphical frotend to Diff</div>
</div>
<div class="mainmenu">
<a href='index.html'>Home</a>
<a href="index.html#EskilFeatures">Features</a>
<a href="index.html#EskilScreenshots">Screenshots</a>
<a href="download.html">Download</a>
<a href="changes.html">Changes</a>
<a href="../../../timeline">Fossil Repository</a>
<a href="../../../reportlist">Bug Tracker</a>
<a href='../../../timeline'>Timeline</a>
<a href='../../../brlist'>Branches</a>
<a href='../../../taglist'>Tags</a>
<a href='../../../reportlist'>Tickets</a>
<a href='../../../wiki'>Wiki</a>
<a href='../../../login'>Login</a>
</div>
<div class="content">
<p>
<h3>About Eskil</h3>
The first major application I wrote in Tcl/Tk was this tool (somewhere around
1997). Writing it is what made me learn and enjoy Tcl. (I already liked Tk
but still found Tcl annoying at the time.)<br>
I have used it a lot during the years and lately it has received enough
polish to grant a public release.
|
53
54
55
56
57
58
59
60
61
|
63
64
65
66
67
68
69
70
71
72
|
+
|
<img src="eskil1.png">
<p>
A "zoom" feature for long lines.<p>
<img src="eskil2.png"><br>
<p>Directory Diff.<p>
<img src="eskil3.png"><br>
</div>
</body>
</html>
|