Skip to content

Commit

Permalink
chore: update TODO.md
Browse files Browse the repository at this point in the history
[skip]
  • Loading branch information
graelo committed Sep 21, 2022
1 parent 9577b6b commit 6f9f2dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
## Global

- [x] use `thiserror` in the library
- [ ] cleanup error types, for instance `UnexpectedOutput`
- [x] cleanup error types, for instance `UnexpectedOutput`
- [ ] go over functions such as windows_related_to which return copies, and make
them return references instead
- [x] check clap config file support
- [ ] use the strategy option only in save and catalog commands
- [ ] use the `dirs` crate for XDG-related directories
- [ ] use `config-rs` crate for the upcoming config file

## Related to save

Expand All @@ -17,7 +19,6 @@

- [x] if in $TMUX, replace the existing session named `0` and switch to client
else display a message `tmux attach -t last-session-name`
- [ ] add `restore --attach` to automatically attach if running from the terminal
- [ ] add `restore --override` to replace each existing session by its version from
the archive
- [ ] add `restore --skip-last-lines n` to not restore the last n lines of each
Expand Down

0 comments on commit 6f9f2dd

Please sign in to comment.