I want to have a way of outputting a terminal command, like:
$ cat todo.org | awk '{ print $1 }' > dashboard_widget
Into a dashboard widget, not necessarily the text output of a command. Maybe a "iTerm2" dashboard that only outputs but doesn't get input from the user.
What I want to do with this is to have the output of a emacs buffer with my todo list.