3 history.bash
therealkrispet edited this page 2019-11-18 11:13:30 +01:00
  • Description: You can catch commands entered by the user in the bash shell if you subscribe to this key.
  • Emitter: HistoryMonitor
{
    "key": "history.bash"
}
Parameter Type Required Description
command string ✔️ Latest command executed by the user.

Example:

{
    "key": "history.bash",
    "command": "mkdir test"
}