-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
As a tldr maintainer (and user), I would like to be able to see the differences between my old state my new state of the pages when I update the pages via tldr --update
. Currently, when I run tldr --update
, it always shows the same output, regardless of whether or not any pages were created/updates.
I'm thinking something like this (pretty sketchy at the moment):
$ tldr -u
✔ Updating...
✔ Creating index...
pages/common/abc.md added
pages.fr/linux/def.md modified
pages/common/R.md deleted
pages/common/r.md added
I'll work on this if we decide upon it.
waldyrious