Roadmap update

This commit is contained in:
Josh Hansen 2023-09-07 10:20:04 -07:00
parent a7dc0bb873
commit 6e5f4345d4

View file

@ -2,7 +2,7 @@
## 0.5
-[ ] `init`: allow `ins`-like insertion from JSON
-[x] `init`: allow `ins`-like insertion from JSON
-[ ] `init`: allow comma-separated compound keys
-[x] `create` to create directory and then `init`
-[ ] Unit test remaining commands
@ -10,8 +10,10 @@
-[ ] Virtual attribute `id` and attributes `id0` etc.
-[ ] Test predicates using default key names, e.g. `key0<10`
-[ ] `rm`: recursive by default
-[ ] `rm`: when removing indexed xattrs, update the relevant indices
-[ ] `set`: don't require -s/--set flag; take attr=value pairs directly
-[ ] `set`: recursive by default
-[ ] `set`: when setting indexed xattrs, update the relevant indices
-[ ] `get`: make output tabular as much as possible (get xattrs from all indices, put rest in 'other' column)
-[ ] `ls`: show default primary keys when not explicitly specified
-[ ] Make sub-directories tables as well, on their portion of the key space?