We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e857b63 commit d4633e5Copy full SHA for d4633e5
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -852,7 +852,13 @@
852
853
854
// Compress-Archive -Path .\* -DestinationPath ".\$(Split-Path -Leaf $PWD).zip"
855
+ // Expand-Archive -Path .\archive.zip -DestinationPath . -Force
856
+
857
// zip -r "$(basename "$PWD").zip" ./*
858
+ // unzip archive.zip -o
859
860
+ // 7z a -tzip "$(Split-Path -Leaf $PWD).zip" .\*
861
+ // 7z x archive.zip -y
862
863
menu_callback.more['save-zip'] = async function(){
864
0 commit comments