Skip to content

jarofghosts/tik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tik

Build Status npm install

A command line key/value store based on LevelDB

install

npm install -g tik

usage

tik <key> [newvalue]

retrieve value of key if no newvalue specified, or set the value of key to newvalue if it is.

options

  • -d <dir> or --database <dir> - Use LevelDB from <dir> instead of default.

additional commands

tik ls

list all keys and values

tik lskeys

list all keys

tik rm key [key2 ..]

remove key from db, accepts a list of keys separated by space

license

MIT

About

who needs a memory

Resources

License

Stars

Watchers

Forks

Packages

No packages published