add CURRENT.txt to start tracking what Im currently working on
FossilOrigin-Name: 3305a51db54f6a10ed57b1fc88ec30ff2b2e7af9d6dca006943855526a1f8233
This commit is contained in:
parent
21d23ee3e7
commit
8aa8e3e7ee
2 changed files with 9 additions and 3 deletions
6
CURRENT.txt
Normal file
6
CURRENT.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Currently Active:
|
||||
|
||||
- Porting Konilo's (termina) words
|
||||
- Completing port of Konilo's block editor
|
||||
- Adding missing source data for existing vocabularies
|
||||
- Improving the D implementation of Nga
|
|
@ -21,9 +21,9 @@ echo "ad"; retro-muri ad.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
|||
echo "su"; retro-muri su.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "mu"; retro-muri mu.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "di"; retro-muri di.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
#echo "an"; retro-muri an.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
#echo "or"; retro-muri or.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
#echo "xo"; retro-muri xo.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "an"; retro-muri an.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "or"; retro-muri or.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "xo"; retro-muri xo.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "sh"; retro-muri sh.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "zr"; retro-muri zr.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
echo "ha"; retro-muri ha.muri >/dev/null; retro -r ngaImage; rm -f ngaImage
|
||||
|
|
Loading…
Reference in a new issue