summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.org b/README.org
index e214003..dec045c 100644
--- a/README.org
+++ b/README.org
@@ -19,6 +19,13 @@ the reddit API.
 I reference things from the web in my Journal & don't want those links
 to break so I save them locally. Previously I used to manually archive
 the whole thread, this automates it.
+* Demo
+This was recorded with =asciinema(1)=.
+
+[[https://asciinema.org/a/373860][https://asciinema.org/a/373860.png]]
+
++ Draco v0.1.2: https://asciinema.org/a/373860
++ Draco 2020-11-19: https://asciinema.org/a/373851
 * Installation
 #+BEGIN_SRC sh
 # Clone the project.
@@ -32,7 +39,6 @@ cpan install HTTP::Tiny
 # Install. (Use sudo if doas is not present)
 doas make install
 #+END_SRC
-
 * Dependencies
 ** Unicode::LineBreak
 This is used to wrap the text at 76 columns. Draco can work without this
@@ -40,6 +46,6 @@ module.
 ** JSON::MaybeXS
 This module is required for Draco to work, it can be replaced with any
 other module that parses JSON & produces same data structure.
-** HTTP::Tiny
+** =HTTP::Tiny=
 Draco can work without this module if you can get the file some other
 way.
ame/subx/065error-byte.subx?h=main&id=79328f9ad6f3118fd86c1f99f672d2807917d848'>^
33352536 ^
79328f9a ^
8188bbbc ^
33352536 ^

8188bbbc ^
79328f9a ^

54097434 ^
7a583220 ^
33352536 ^

79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
79328f9a ^

33352536 ^

79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
f2cd405d ^
79328f9a ^
33352536 ^

79328f9a ^
f2cd405d ^
79328f9a ^
33352536 ^
79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
2a2a5b1e ^
79328f9a ^
33352536 ^
79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
79328f9a ^



7a583220 ^
33352536 ^

79328f9a ^


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