project icon indicating copy to clipboard operation
project copied to clipboard

A streamlined approach to working with multiple projects and tasks

Results 6 project issues
Sort by recently updated
recently updated
newest added

Add trollop in to allow flags and subcommands to be passed in.

feature
cleanup
in_progress

Terminitor (http://github.com/achiu/terminitor) already supports this for Terminal.app on OSX. For me is a killer feature, however I miss variables and templates, so would you mind a merge? I'm open to...

feature
help_needed

Need to find a good approach to testing the CLI.

testing

I have a somehow complex environment I need to run for my project (think Sphinx, delayed_job, etc...) and a nice addition for project would be to add project subcommands, so...

feature

Commands that do not immediately exit (such as `rails server`) could be daemonised and dealt with later (to shutdown etc).

feature

If a workflow contains commands that would alter the state of the current shell (e.g. a `cd` command), after exiting the state of the parent shell would remain unchanged. This...

feature
help_needed