I just started so please be patient. I would like to create Snippets files and External Tasks for developing rails in gedit.
This will popup a bix with all available rake tasks to choose from and after selecting one it runs it in the conosle window in gedit.
rake `rake —tasks —silent | cut -d" " -f2 | zenity —list —title=“Select rake task” —column=“Task”`
I just started so please be patient. I would like to create Snippets files and External Tasks for developing rails in gedit.
This will popup a bix with all available rake tasks to choose from and after selecting one it runs it in the conosle window in gedit.
rake `rake —tasks —silent | cut -d" " -f2 | zenity —list —title=“Select rake task” —column=“Task”`