mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
26 lines
696 B
Markdown
26 lines
696 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
|
|
- [ ] backup done
|
|
- [ ] no commit option
|
|
|
|
<!-- vim: set sw=2 ts=2: -->
|