/inoms

Interactive noms shell

Primary LanguageShell

iNoms

Interactive shell for attic-labs/noms

Inoms is a wrapper around noms that makes it easier to manipulate a noms database by hand.

Features

  • Shows results of created objects directly
  • Stores last result in a shell variable $r that you can use in your next command
  • No need to specify the database for each command (without creating a nomsconfig)

Usage

demo

Add inoms to your path variable

  • starting the shell:

    inoms mydatabase
  • run standard noms commands, just omit noms and the database spec (mydatabase::)

    noms list new mydatabase
    noms list append mydatabase::#somehash2378q3476 42

    becomes

    list new 
    list append $r 42