list-version/README.md

16 lines
363 B
Markdown
Raw Normal View History

2024-08-29 11:47:32 +08:00
# list version
2024-08-29 11:48:45 +08:00
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]
--------------------------------------------------------
```