I am attempting to make some kind of GUI for the zsh/bash terminal, simply as a enjoyable studying challenge, however most instructions in zsh/bash want you to place in some kind of further enter, alongside simply the command. Is there a technique to get this information and parse it with any programming language, so I can get the consumer to present all of the enter wanted with out them needing to know the way the command works (they are going to possible have to know slightly, although)? Here is what I’ve discovered to date:

  • I can get all of the execs from usr/bin, and open their hex.
  • I can discover this location utilizing the which command.
  • I feel there’s a instrument in the identical location that may learn the hex? (debinhex.pl)
  • Some instructions have a assist command, however all of them work in another way.

yoy sandwich is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Take a look at our Code of Conduct.

1