Roadmap update
This commit is contained in:
parent
a7dc0bb873
commit
6e5f4345d4
1 changed files with 3 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue