xdbm/README.md
qwjyh 8eb7d1179d init STORAGESFILE and DEVICESFILE at repo init and change Storages.read
- return Err instead of new object when there is no STORAGESFILE
- setup empty DEVICESFILE and STORAGESFILE at repository initialization
- update readme
2024-03-11 09:18:17 +09:00

14 lines
370 B
Markdown

# TODO:
- [x] split subcommands to functions
- [x] write test for init subcommand
- [ ] write test with existing repo
- [x] with ssh credential
- [x] ssh-agent
- [x] specify key
- [ ] add storage remove command
- [ ] add sync subcommand
- [ ] add check subcommand
- [ ] reorganize cmd option for storage
- [ ] use subcommand
<!-- vim: set sw=2 ts=2: -->