Hi
I found a bug in appbrowser-cli; it cant search.
The problem is on line 498:
snprintf(tmppath,PATH_MAX,"/usr/bin/search.sh tcz %s 2>/dev/null",searchmsg);
I have fixed it by changing the line to:
snprintf(tmppath,PATH_MAX,"/usr/bin/search.sh %s >>/dev/null",searchmsg);
It works. I have compiled it using the build-app-cli.sh script after installed compiletc.tcz
It would be cool if it could be submitted, as i use appbrowser-cli a lot on MC, and missing a search function is very annoying
\\Batnas