From 7f2f9d47ed050f91e0f7c26d6a31447818a059ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Udovi=C4=8D=20Arns?= Date: Thu, 29 Aug 2024 14:59:31 +0000 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 13a4929..12e3010 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,26 @@ Client for zordfsdb database. ## ZordFsDB shell supported commands: -KEYS [path] - get list of existing properties/objects/lists -GET [path] - get value of property -INC [path] - increase abcex value in property -DEC [path] - decrease abcex value in property -NOW [path] - set value to datetime string in property -DEL [path] - remove property/object/list (no confirmation) -SAVE [path] [value] - set value to property -CREATE [path] - create list/object in path (parent path should exist) -ADD [path] - add abcex indexed object to list. Will return index -INFO [path] - get all info about property/object/list -TREE [path] - draw db part in path with values -HELP - will print this help -QUIT - exit the shell +* KEYS [path] - get list of existing properties/objects/lists +* GET [path] - get value of property +* INC [path] - increase abcex value in property +* DEC [path] - decrease abcex value in property +* NOW [path] - set value to datetime string in property +* DEL [path] - remove property/object/list (no confirmation) +* SAVE [path] [value] - set value to property +* CREATE [path] - create list/object in path (parent path should exist) +* ADD [path] - add abcex indexed object to list. Will return index +* INFO [path] - get all info about property/object/list +* TREE [path] - draw db part in path with values +* HELP - will print this help +* QUIT - exit the shell Last used path can be accessed by _ + Last returned index (after ADD command) can be accessed by $ Short commands can be as: + KEYS(\K), GET(\G), INC(\I), DEC(\D), NOW(\N), DEL(\R), SAVE(\S), CREATE(\C), ADD(\A), HELP(\H), QUIT(\Q)