From da3e373336d851e1c3edb04ae3629d6ae5092c79 Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil Date: Sun, 9 Jan 2022 05:32:10 +0530 Subject: [PATCH] Update plan.md --- PLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAN.md b/PLAN.md index 795bc3d..129e71f 100644 --- a/PLAN.md +++ b/PLAN.md @@ -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 @@ -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`