Archive | February, 2014

Uuk – word managing tool for Ninja Cat PowerPack

Since sunday I’ve been working on a tool to help me in managing the files with list of words… because I’ve made another change for PowerPack, that is – introduced maturity levels. I called the tool Uuk, which is a name of organgutan librarian in Discworld. Yesterday Uuk reached level at which it can be shown outside, and so I made short video presenting it. Tadam!

It’s a AIR application, which uses minimalcomps for UI. I was timing the implementation, so I know it took me exactly 14h and 23 minutes to make it at this stage.

Why I needed such tool is briefly explained and demonstrated at beginning of above video. Btw, sorry for the bad quality… currently I’d rather work on PowerPack than spend even 3 hours making polished video.

What Uuk allows me to do:
+ easy filter/search for words, in all maturity levels (or a combination of them)
+ add, edit and remove words
+ quickly move words between maturity levels
+ is operated using mouse and keyboard shortcuts
+ autosave of changed words
+ log of changes during program run

What is left to code:
- “show exactly this word” (currently every word search is implicitely *wildcard*)
- case sensitive filtering
- search for duplicates
- full changelog appended to file
- tag support
- multiple languages support (target for future polish version of Ninja Cat)

Except the last two points, all should be quick and easy additions.