Small GTK based command runner written in python
Project description
pygtkquery is a GTK based command runner in python
Sounds pretty vague, but it's an accurate description as pygtkquery can be
extended to run all sorts of commands. When run, it will pop up a window
asking for a response to a query, and then it will execute a command based
on the response. Currently supported queries are:
"ssh" - asks what host you would like to ssh to, opens up new terminal with
ssh connection
"man" - asks what man page you would like to display, opens up new terminal
with that man page
"run" - asks what command you would like to run
Sounds pretty vague, but it's an accurate description as pygtkquery can be
extended to run all sorts of commands. When run, it will pop up a window
asking for a response to a query, and then it will execute a command based
on the response. Currently supported queries are:
"ssh" - asks what host you would like to ssh to, opens up new terminal with
ssh connection
"man" - asks what man page you would like to display, opens up new terminal
with that man page
"run" - asks what command you would like to run