commit ff5afbc6a8863e587dc1a26f9f285f9e676f0c1c Author: Rob Komar Date: Mon Nov 29 10:50:59 2021 -0500 Updated the README for the newer firmware versions. commit 8b868af0d8dbf6f6d6d7bb2a23fa5063346926c1 Author: Rob Komar Date: Mon Nov 29 01:12:06 2021 -0500 Added code to set the current task active so that the dialog gets displayed on later devices. commit c1c21136facd526335979b3d14f4bfeb2b43c900 Author: Rob Komar Date: Fri Jan 6 13:12:55 2012 -0800 Added "-o" for option chooser (thanks to @bogomil for the code). commit 9c41463652b98d3de2d8867ca0765484eb68ba38 Author: Rob Komar Date: Fri Jan 6 12:22:46 2012 -0800 Added check for non-empty toc before opening dialog. commit 094afdcb553852b147840af75edfb1c141332852 Author: Rob Komar Date: Fri Jan 6 12:11:28 2012 -0800 Added "-F" option for file searching only in top level directory. commit 6d2842317dfb12cb4b1a2da98fea997d016ada11 Author: Rob Komar Date: Thu Jan 5 15:32:50 2012 -0800 Added comment about renaming the binary copies on the website. commit 0a03e3e0951dfe86bb946289e1a5aabedac74e0e Author: Rob Komar Date: Thu Jan 5 15:21:29 2012 -0800 Changed "-q" mode to return 'y' or 'n' and use return code for usual purpose. (@J.C.'s suggestion) commit c76e621052a11f92935f352f343422e12857df32 Author: Rob Komar Date: Thu Jan 5 15:00:42 2012 -0800 Revert "Changed stdout dup'ing code to be simpler (avoid va_list)." This reverts commit 1c9aaf85944e02566bab65fd6a8984e823c1ba68. commit 1c9aaf85944e02566bab65fd6a8984e823c1ba68 Author: Rob Komar Date: Thu Jan 5 14:56:08 2012 -0800 Changed stdout dup'ing code to be simpler (avoid va_list). commit 4794292a4081386a497f15ad0371795c80379e0b Author: Rob Komar Date: Thu Jan 5 14:49:32 2012 -0800 Sending output to dup'ed stdout to bypass the hungry emulator (thanks again to @J.C.) commit 04362495e1ffe78d24605aaae2d4f52ca01b1d72 Author: Rob Komar Date: Thu Jan 5 12:14:53 2012 -0800 Added missing "-d" option (thanks @J.C.). commit 6fb3914f3f09f08ed48937e616fcbd42bed12ac4 Author: Rob Komar Date: Wed Jan 4 13:41:18 2012 -0800 Use delimiter from list to separate extensions in separate arguments. commit 675d16833363bc117b3a296b0629f712621c4d51 Author: Rob Komar Date: Wed Jan 4 13:25:03 2012 -0800 Added support for multiple extensions with "-f" option. commit f85e706f54d20775669b4ae99e2763cd7dbc5863 Author: Rob Komar Date: Mon Jan 2 01:28:41 2012 -0800 Fixed code to match documentation for -f option (i.e. no ). commit 9f9cd155d0ba1999b26e02c15fdde53f08ef5932 Author: Rob Komar Date: Mon Jan 2 01:10:46 2012 -0800 Moved keyboard buffer into global variable from disappearing automatic variable. commit d1cb3b3830e21ade65991b5306b1f4572991802b Author: Rob Komar Date: Sun Jan 1 18:13:02 2012 -0800 Added the GPL. commit 7343f99015a4792f28e41df48cd243b4acc132f5 Author: Rob Komar Date: Sat Dec 31 14:24:32 2011 -0800 Added a litle more info. commit c54d90ad2961f31ff4b24d865d9c75203e204d1a Author: Rob Komar Date: Sat Dec 31 14:16:13 2011 -0800 Added documentation. commit ba4251f8d88504a2ec81fddc1adb78d8c029727b Author: Rob Komar Date: Sat Dec 31 12:55:00 2011 -0800 Added optional filename extension to selection mode. commit e03faaaf967bee0090a0e6be7015dcde13535adc Author: Rob Komar Date: Sat Dec 31 00:43:48 2011 -0800 First working version.