xdbm/README.md

20 lines
511 B
Markdown
Raw Normal View History

2023-12-08 03:18:31 +09:00
# TODO:
- [x] split subcommands to functions
- [x] write test for init subcommand
- [x] write test with existing repo
- [x] with ssh credential
- [x] ssh-agent
- [x] specify key
- [ ] write test for storage subcommand
2024-03-13 04:25:38 +09:00
- [x] storage add online
- [ ] storage add directory
- [ ] storage list
2024-03-10 13:00:28 +09:00
- [ ] add storage remove command
- [ ] add sync subcommand
- [ ] add check subcommand
- [x] reorganize cmd option for storage
- [x] use subcommand
- [ ] no commit option
<!-- vim: set sw=2 ts=2: -->