attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

noms cli should include command completion #2043

Open mikegray opened 8 years ago

mikegray commented 8 years ago

noms sh should expand to show noms show http://localhost:8000::sf- should expand to look up the results of "noms ds http://localhost:8000" etc.

aboodman commented 8 years ago

yass

On Wed, Jul 13, 2016 at 1:49 PM, Mike Gray notifications@github.com wrote:

noms sh should expand to show noms show http://localhost:8000::sf- should expand to look up the results of "noms ds http://localhost:8000" etc.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/attic-labs/noms/issues/2043, or mute the thread https://github.com/notifications/unsubscribe/AAE6BC9x5_au2qTsAl0b5RSlaNmua3YBks5qVU9JgaJpZM4JL1YW .

aboodman commented 8 years ago

npm has npm completion, which automatically sets up tab completion. So boss. We should have that.