Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Extract tar.gz file to a specified directory and remove the top-level directory. [D5D58626-EE4C-4E4A-833D-6EBF954A0E3D].json
2026-03-26 09:22:38 +08:00

8 lines
273 B
JSON

{
"alfredsnippet" : {
"snippet" : "tar zxvf {clipboard} -C {cursor} --strip-components 1",
"uid" : "D5D58626-EE4C-4E4A-833D-6EBF954A0E3D",
"name" : "Extract tar.gz file to a specified directory and remove the top-level directory.",
"keyword" : "tar"
}
}