epinna/weevely3

Support pipes in internal commands

jvoisin opened this issue · 1 comments

It would be great to be able to issue commands like this:

:system_procs | grep www-data

Weevely handles the command line with cmd library that doesn't provide a clean way to introduce shell-like features such as pipes and redirections. I will consider any pull request going on this direction, but I'm closing this since too complex to implement.