Go to file
dengqn 7d8a3440b3 list all 2024-08-29 15:17:10 +08:00
storage list all 2024-08-29 15:17:10 +08:00
util cmt 2024-08-29 11:47:32 +08:00
.gitignore ignore 2024-08-29 15:16:54 +08:00
README.md readme 2024-08-29 11:48:45 +08:00
go.mod cmt 2024-08-29 11:47:32 +08:00
go.sum list all 2024-08-29 15:17:10 +08:00
list_version.go list all 2024-08-29 15:17:10 +08:00

README.md

list version

manage file version caches

usage:

________________________________________________________
[h] print this
[l] list verisons. [lv l xx.txt]
[a] add file to cache. [lv a xx.txt xxx]
[d] remove version from cache. [lv d xx.txt 1]
[r] extract file version from cache. [lv r xx.txt 1]
--------------------------------------------------------