README.md (view raw)
1# nimisewi
2
3nimisewi is a small program that outputs random toki pona phrase.
4[toki pona](https://tokipona.org) is a small conlang created by sonja lang.
5
6[first implementation](https://fsl.aaoth.xyz/nimisewi.py)
7was created using python, but then i decided to create more portable version.
8
9## installation
10
11installation is very straightforward:
12
13```terminal
14$ fsl clone https://fsl.aaoth.xyz/nimisewi.c
15$ cd nimisewi
16$ make
17$ doas make install
18```
19
20## usage
21
22```
23$ nimisewi
24
25nanpa apeja pi sin len
26```
27
28## adding new words
29
30to add new words, edit `nimitoki.txt` file. add one word per line.
31
32then, rebuild `nimitoki.c` and `nimitoki.h` and then relink the whole program.
33
34```terminal
35$ vim nimitoki.txt
36$ make distclean
37$ make
38 ...
39```
40
41## bugs
42
43i am pretty much beginner in c, so it is possible that the code contains some
44odd things.
45
46if you have found something wrong or weird,
47send me an email to `aaoth_at_aaoth_dot_xyz`.
48
49## license
50
51isc. see [LICENSE](/LICENSE).