Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/刪除所有 pycache 目錄 [11A25DE0-085D-4B23-AA75-FA473D21FE03].json
2026-03-26 09:22:38 +08:00

8 lines
218 B
JSON

{
"alfredsnippet" : {
"snippet" : "find . -type d -name \"__pycache__\" -exec rm -rf {} +",
"uid" : "11A25DE0-085D-4B23-AA75-FA473D21FE03",
"name" : "刪除所有 pycache 目錄",
"keyword" : ""
}
}