WIITD / yata

yet another todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yata

yata or yet another todo app is, as name suggest, an application for writing todo lists

list of commands

> help                              -> (display commands list)
> rm 'index'                        -> (remove entry)
> rm/remove 'index'                 -> (remove entry)
> ins/insert 'index'                -> (insert entry to index)
> edi/edit 'index' 'new'            -> (edit entry)
> rep/replace 'index' 'old' 'new'   -> (edit word)
> sep                               -> (insert separator)
> st/status 'number 0-3'            -> (change entry state/color)
> export 'image/text' 'name'        -> (export list)
> save 'name'                       -> (save current list)
> load 'name'                       -> (load list)
> copy 'index'                      -> (copy entry to copyboard)
> back/undo                         -> (undo last action)
> theme 'name'                      -> (change app theme)
> dir/folder                        -> (open save directory)
> quit/exit                         -> (quit from app)
> index                             -> (display index number)
> p/page 'number 1-5'               -> (change page)
> fullscreen                        -> (toggle fullscreen)
> cls/clear                         -> (clear list)

licenses

yata --> link

savedata --> link

CSscreen --> link

love2d --> link

JetBrain Mono --> link

About

yet another todo app

License:MIT License


Languages

Language:Lua 100.0%