没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ffterm |
ffterm
|
0 | 0 | 30 |
贡献者 | 讨论 | 代码提交 |
FFTerm was born out of my other project, FullFAT hence FFTerm stands for FullFAT terminal. To demonstrate FullFAT I needed a really nice terminal/console application. So I decided to write my own.
FFTerm is small and simple, the functionality of an entire console can be added by simply writing small command programs, that can closely integrate with FFTerm itself.
FFTerm is completely customisable for any application or requirement.
NEW FEATURES Ability to programatically call other commands with FFTerm_ExecCommand() New time (in-built) command will time an operation if the developer provides 2 functions. New loop (in-built) command will loop command(s).
UPCOMING FEATURES Separate commands on the same line with a ; Conditional Commands with an "if" command. Thread-Safety Real-Command History???