xdbm/README.md

29 lines
742 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
- [x] storage add directory
- [ ] storage list
2024-03-13 05:36:19 +09:00
- [x] update storage bind command
2024-03-10 13:00:28 +09:00
- [ ] 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
2024-03-16 21:31:08 +09:00
- [x] status printing
- [x] backup done
- [ ] fancy display
- [ ] no commit option
<!-- vim: set sw=2 ts=2: -->