Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
maybe-cache
管理电脑中的疑似缓存
动机
在用常规软件进行缓存清理时,可能会出现遗漏。
例如 home 目录下的 AppData,每次手动清理是费时费力的,管理电脑中的疑似缓存就变得必要了。
注意
目前该库只会扫描 home 的下 AppData 里所有路径以 cache,updater 和 temp 结尾的目录 🥵
该库会尽量找到电脑中的疑似缓存,但是很难保证不会误清重要数据 🤕
如果你在用该库,强烈你浏览一遍源码 👀
使用
安装
deno install --allow-env --allow-read --allow-write --unstable -rfn mcache https://deno.land/x/mcache/mod.ts检索缓存
mcache --look清理缓存
清理缓存需要先检索缓存,并生成临时文件
mcache --look --clearLicense
Made with markthree
Published under MIT License.