Skip to content

Instantly share code, notes, and snippets.

@mahnve
Created April 9, 2011 14:41
Show Gist options
  • Select an option

  • Save mahnve/911441 to your computer and use it in GitHub Desktop.

Select an option

Save mahnve/911441 to your computer and use it in GitHub Desktop.
Pop up a zenity input dialog box for adding to todo.txt
zenity --entry --width=500 --text=Todo: | xargs todo.sh add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment