Skip to content

Instantly share code, notes, and snippets.

@seanh
Created June 18, 2009 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanh/132216 to your computer and use it in GitHub Desktop.
Save seanh/132216 to your computer and use it in GitHub Desktop.
Use dmenu to open files in gedit
#!/bin/sh
gedit `ls | dmenu -nb '#a5b474' -sb '#444444' -nf '#eeeeee' -sf '#a5b474' -fn '-*-*-*-*-*-*-20-*-*-*-*-*-*-*'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment