Skip to content

Commit

Permalink
Update plan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Jan 9, 2022
1 parent 5e09b38 commit da3e373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* `asdi` command (short for **a**uto**s**ave**d** **i**nterface):
* `asdi init`: initialises `autosaved` in a particular directory
* `asdi list [X=10]`: list last X autosaves, with number
* `asdi restore [N]|[Timestamp]`: restores the Nth checkpoint (with confirmation prompt) or
* `asdi restore commit-hash`: restores the Nth checkpoint (with confirmation prompt) or
the checkpoint with given timestamp
* `asdi save`: save current state as a checkpoint
* `asdi diff [N]|[Timestamp]`: diff `autosaved` checkpoint with current state of the index
Expand All @@ -43,7 +43,7 @@
* [x] Notify Daemon to watch this directory also (or start a background process itself to keep watching it)
* [x] Implement `asdi save`, and helpers for it which can be reused in other places (like init)
* [x] Should save all files except .git, with the current timestamp
* [ ] Implement `asdi list`
* [x] Implement `asdi list`
* [x] Autosave Daemon
* [x] `asdi start`
* [x] `asdi stop`
Expand Down

0 comments on commit da3e373

Please sign in to comment.