Skip to content

shrayasr/itko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ಇಟ್ಕೋ

itko is the Kannada word for Keep

This is a clone of @holman's BOOM in .NET written in C#

Demo

itko demo GIF

Commands

Show available buckets with the number of keys in them

$ itko 

Creates <bucket> if it doesn't exist or lists out the contents of it if it does.

$ itko <bucket> 

Creates the <key> under <bucket> with <value>

$ itko <bucket> <key> <value>

Prints out the value for the <key> under the <bucket> and copies it to the clipboard

$ itko <bucket> <key>

Prefix a . before a <key> to print out the value for <key> under all buckets and copy it to the clipboard. In case of matching keys, the latest one is retained.

$ itko .<key>

Delete <bucket> and all its keys

$ itko delete <bucket>

Delete <key> in <bucket>

$ itko delete <bucket> <key>

Prints everything

$ itko all

Written on a lazy, rainy, Sunday evening in Chennai.

About

Clone of @holman's BOOM in .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages