
urxvt
List of commands for urxvt:
-
urxvt:tldr:21b39 urxvt: Run a command and keep the window open.$ urxvt --hold -e ${command}try on your machineexplain this command
-
urxvt:tldr:37d47 urxvt: Run a command in a new urxvt window.$ urxvt -e ${command}try on your machineexplain this command
-
urxvt:tldr:b5565 urxvt: Run a command within the `sh` shell.$ urxvt -e ${sh} -c ${command}try on your machineexplain this command
-
urxvt:tldr:ddabd urxvt: Run in a specific directory.$ urxvt -cd ${path-to-directory}try on your machineexplain this command