kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

adding bash auto completion script, and new action to return a list of av #36

Closed mintbridge closed 12 years ago

mintbridge commented 13 years ago

First working go at adding bash auto completion script.

At the moment you have to put the first letter of the task name (in case there are a lot of tasks) and then tab but this could be changed easily so that tabbing without any initial letter would return all tasks

zeelot commented 13 years ago

Great, I was trying to do this as well so I will take a look at this next time I have a minute. Thanks :)

zeelot commented 13 years ago

It seems like this stuff is specific to OS/Distro and requires some manual work. What do you think about making an Ubuntu package that does this stuff and putting it on launchpad?

mintbridge commented 13 years ago

Yeah sounds like a good idea, never done it before though so I'll have to it out first...

zeelot commented 13 years ago

Alright, I am trying to release 1.0.0 soon so I will get all the little API breaks and release that. Then we can focus on this autocomplete stuff. I've never done packages either so this is going to be fun =P

I am an Ubuntu user so I would probably start there but we can provide things for a few of the major Distros

mintbridge commented 13 years ago

Yep should be fun. I'm away on holiday for a week but will have a look when I get back. I'm on Ubuntu as well.

Kohana-Builds commented 12 years ago

Pull request is targeted towards an invalid branch (develop). Usually, this means you have targeted the master, rather than develop branch. Please correct this and try again. Thanks!