about summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-14 13:30:35 +0530
committerAndinus <andinus@nand.sh>2021-01-14 13:30:35 +0530
commitb6ef7925408eb1354b7757c38707cfd3a3313b4f (patch)
treee4f3143ff6c9919dfe45eb6846b2de96789af5d7 /README.org
downloadoctans-b6ef7925408eb1354b7757c38707cfd3a3313b4f.tar.gz
Initial commit
Diffstat (limited to 'README.org')
-rw-r--r--README.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..8931409
--- /dev/null
+++ b/README.org
@@ -0,0 +1,22 @@
+#+SETUPFILE: ~/.emacs.d/org-templates/projects.org
+#+EXPORT_FILE_NAME: index
+#+OPTIONS: toc:2
+#+TITLE: Octans
+
+Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
+
+* Documentation
+The url to be passed must be in either format:
+
+- https://tilde.zone/web/statuses/105531207939242077
+  Link when you view it from your local instance.
+
+- https://mastodon.art/@Algot/105333136907848390
+  Link from Algot's profile.
+** Options
+*** dict
+Octans's default dictionary file is =/usr/share/dict/words=, use =--dict=
+flag to change the dictionary. The words in dictionary must be seperated
+by a newline (=\n=).
+*** verbose
+This will increase verbosity.
0:23:01 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-20 00:23:01 -0700 1410' href='/akkartik/mu/commit/mu.vim?h=hlt&id=0a6d127d3758a1f76ace9dfe7c83772d7089f4c0'>0a6d127d ^
b38d7fff ^
b085378e ^



c517316b ^
b085378e ^
c517316b ^
b38d7fff ^
b085378e ^
e82dc626 ^
9a81d746 ^
a6d9bd9b ^
af7349d5 ^
a6d9bd9b ^
e3894819 ^
b38d7fff ^
9a81d746 ^
a6d9bd9b ^


9a81d746 ^
3e1349d2 ^
3e1349d2 ^
f918675c ^
650a201d ^
af7349d5 ^
3e1349d2 ^
af7349d5 ^
3e1349d2 ^


dd660682 ^
01ce563d ^
fbf0536d ^
b38d7fff ^
e82dc626 ^
f918675c ^


b085378e ^
e82dc626 ^
38f0b91a ^
f0c55e6b ^
e82dc626 ^
f0c55e6b ^


e82dc626 ^



f0c55e6b ^





e82dc626 ^

458ee5e3 ^
e82dc626 ^
b18bea70 ^
f0c55e6b ^
816ffe20 ^
458ee5e3 ^
f0c55e6b ^
458ee5e3 ^
b085378e ^
f0c55e6b ^
734fb226 ^
f0c55e6b ^
458ee5e3 ^
b38d7fff ^

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