segment-boneyard/khaos

shortuct for actions ?

Closed this issue · 5 comments

khaos ls for khaos list
khaos up for khaos update
khaos i for khaos install

perhaps
khaos c for khaos create

something like here:
https://github.com/segmentio/khaos/blob/master/bin/khaos#L52

if (cmd == 'ls') cmd = 'list'

What do you think ?

+1 for ls since it's so common, but i don't think we should add the rest since people can just use alias.

@ianstormtaylor What do you think ?
Are you OK with the alias ls up i c ?
Something different for install and create ?

I like i for install, like npm

I think i and c could be cool, but @yields makes a good point about
just aliasing in the shell itself.

On Fri, Sep 5, 2014 at 2:11 PM, jeromedecoster notifications@github.com
wrote:

@ianstormtaylor https://github.com/ianstormtaylor What do you think ?
Are you OK with the alias ls up i c ?
Something different for install and create ?


Reply to this email directly or view it on GitHub
#51 (comment).