xdbm/README.md
2024-03-16 23:28:09 +09:00

28 lines
742 B
Markdown

# 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
- [x] storage add online
- [x] storage add directory
- [ ] storage list
- [x] update storage bind command
- [ ] add storage remove command
- [ ] add sync subcommand
- [ ] add check subcommand
- [ ] check that all parents exist
- [x] reorganize cmd option for storage
- [x] use subcommand
- [ ] backup subcommands
- [ ] backup add
- [ ] test for backup add
- [ ] backup list
- [x] status printing
- [x] backup done
- [ ] fancy display
- [ ] no commit option
<!-- vim: set sw=2 ts=2: -->