-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
366 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"list":["bun","cargo","chfs","choco","conda","deno","docker","git","kubectl","npm","nrm","nvm","pip","pnpm","psc","python","scoop","volta","winget","wsl","wt","yarn"]} | ||
{"list":["7z","bun","cargo","chfs","choco","conda","deno","docker","git","kubectl","npm","nrm","nvm","pip","pnpm","psc","python","scoop","volta","winget","wsl","wt","yarn"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"language": [ | ||
"en-US" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ce53ee9d-2c65-4a4a-8c52-234fa08cbd23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,337 @@ | ||
{ | ||
"root": [ | ||
{ | ||
"name": "a", | ||
"tip": "Add files to archive" | ||
}, | ||
{ | ||
"name": "b", | ||
"tip": "Benchmark" | ||
}, | ||
{ | ||
"name": "d", | ||
"tip": "Delete files from archive" | ||
}, | ||
{ | ||
"name": "e", | ||
"tip": "Extract files from archive (without using directory names)" | ||
}, | ||
{ | ||
"name": "h", | ||
"tip": "Calculate hash values for files" | ||
}, | ||
{ | ||
"name": "i", | ||
"tip": "Show information about supported formats" | ||
}, | ||
{ | ||
"name": "l", | ||
"tip": "List contents of archive" | ||
}, | ||
{ | ||
"name": "rn", | ||
"tip": "Rename files in archive" | ||
}, | ||
{ | ||
"name": "t", | ||
"tip": "Test integrity of archive" | ||
}, | ||
{ | ||
"name": "u", | ||
"tip": "Update files to archive" | ||
}, | ||
{ | ||
"name": "x", | ||
"tip": "eXtract files with full paths" | ||
} | ||
], | ||
"options": [ | ||
{ | ||
"name": "--version", | ||
"alias": [ | ||
"-v" | ||
], | ||
"tip": "Show the version." | ||
} | ||
], | ||
"common_options": [ | ||
{ | ||
"name": "--help", | ||
"alias": [ | ||
"-h" | ||
], | ||
"tip": "Show help." | ||
}, | ||
{ | ||
"name": "--", | ||
"tip": "Stop switches and @listfile parsing" | ||
}, | ||
{ | ||
"name": "-ai", | ||
"symbol": "WriteSpaceTab", | ||
"tip": "Include archives" | ||
}, | ||
{ | ||
"name": "-ax", | ||
"symbol": "WriteSpaceTab", | ||
"tip": "eXclude archives" | ||
}, | ||
{ | ||
"name": "-ao", | ||
"tip": [ | ||
"U: -ao[a|s|t|u]\n", | ||
"set Overwrite mode" | ||
] | ||
}, | ||
{ | ||
"name": "-an", | ||
"tip": "disable archive_name field" | ||
}, | ||
{ | ||
"name": "-bb", | ||
"tip": [ | ||
"U: -bb[0|1|2|3]\n", | ||
"set output log level" | ||
] | ||
}, | ||
{ | ||
"name": "-bd", | ||
"tip": "disable progress indicator" | ||
}, | ||
{ | ||
"name": "-bs", | ||
"tip": [ | ||
"U: -bs[o|e|p]\n", | ||
"set output stream for output/error/progress line" | ||
] | ||
}, | ||
{ | ||
"name": "-bt", | ||
"tip": "show execution time statistics" | ||
}, | ||
{ | ||
"name": "-i", | ||
"symbol": "WriteSpaceTab", | ||
"tip": "Include filenames" | ||
}, | ||
{ | ||
"name": "-m", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -m <Parameters>\n", | ||
"set compression Method" | ||
] | ||
}, | ||
{ | ||
"name": "-mmt", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -mmt <N>\n", | ||
"set number of CPU threads" | ||
] | ||
}, | ||
{ | ||
"name": "-mx", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -mx <N>\n", | ||
"set compression level" | ||
] | ||
}, | ||
{ | ||
"name": "-o", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -o <Directory>\n", | ||
"set Output directory" | ||
] | ||
}, | ||
{ | ||
"name": "-p", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -p <Password>\n", | ||
"set Password" | ||
] | ||
}, | ||
{ | ||
"name": "-r", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -r <-|0>\n", | ||
"Recurse subdirectories" | ||
] | ||
}, | ||
{ | ||
"name": "-sa", | ||
"tip": [ | ||
"U: -sa[a|e|s]\n", | ||
"set Archive name mode" | ||
] | ||
}, | ||
{ | ||
"name": "-scc", | ||
"tip": [ | ||
"U: -scc[UTF-8|WIN|DOS]\n", | ||
"set charset for for console input/output" | ||
] | ||
}, | ||
{ | ||
"name": "-scs", | ||
"tip": [ | ||
"U: -scs[UTF-8|UTF-16LE|UTF-16BE|WIN|DOS] <value>\n", | ||
"set charset for list files" | ||
] | ||
}, | ||
{ | ||
"name": "-scrc", | ||
"tip": [ | ||
"U: -scrc[CRC32|CRC64|SHA1|SHA256] <value>\n", | ||
"set hash function for x, e, h commands" | ||
] | ||
}, | ||
{ | ||
"name": "-sdel", | ||
"tip": "delete files after compression" | ||
}, | ||
{ | ||
"name": "-seml", | ||
"tip": [ | ||
"U: -seml <.>\n", | ||
"send archive by email" | ||
] | ||
}, | ||
{ | ||
"name": "-sfx", | ||
"tip": [ | ||
"U: -sfx <name>\n", | ||
"Create SFX archive" | ||
] | ||
}, | ||
{ | ||
"name": "-si", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -si <name>\n", | ||
"read data from stdin" | ||
] | ||
}, | ||
{ | ||
"name": "-slp", | ||
"tip": "set Large Pages mode" | ||
}, | ||
{ | ||
"name": "-slt", | ||
"tip": "show technical information for l (List) command" | ||
}, | ||
{ | ||
"name": "-snh", | ||
"tip": "store hard links as links" | ||
}, | ||
{ | ||
"name": "-snl", | ||
"tip": "store symbolic links as links" | ||
}, | ||
{ | ||
"name": "-sni", | ||
"tip": "store NT security information" | ||
}, | ||
{ | ||
"name": "-sns", | ||
"tip": "store NTFS alternate streams" | ||
}, | ||
{ | ||
"name": "-so", | ||
"tip": "write data to stdout" | ||
}, | ||
{ | ||
"name": "-spd", | ||
"tip": "disable wildcard matching for file names" | ||
}, | ||
{ | ||
"name": "-spe", | ||
"tip": "eliminate duplication of root folder for extract command" | ||
}, | ||
{ | ||
"name": "-spf", | ||
"tip": "use fully qualified file paths" | ||
}, | ||
{ | ||
"name": "-ssc", | ||
"tip": "set sensitive case mode" | ||
}, | ||
{ | ||
"name": "-ssw", | ||
"tip": "compress shared files" | ||
}, | ||
{ | ||
"name": "-stl", | ||
"tip": "set archive timestamp from the most recently modified file" | ||
}, | ||
{ | ||
"name": "-stm", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -stm <HexMask>\n", | ||
"set CPU thread affinity mask (hexadecimal number)" | ||
] | ||
}, | ||
{ | ||
"name": "-stx", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -stx <Type>\n", | ||
"exclude archive type" | ||
] | ||
}, | ||
{ | ||
"name": "-t", | ||
"tip": [ | ||
"U: -t[7z|bzip2|gzip|swfc|tar|wim|xz|zip...] <Type>\n", | ||
"Set type of archive" | ||
] | ||
}, | ||
{ | ||
"name": "-u", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -u <[-][p#][q#][r#][x#][y#][z#][!newArchiveName]>\n", | ||
"Update options" | ||
] | ||
}, | ||
{ | ||
"name": "-v", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -v <Size>[b|k|m|g]\n", | ||
"Create volumes" | ||
] | ||
}, | ||
{ | ||
"name": "-w", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -w <path>\n", | ||
"assign Work directory" | ||
] | ||
}, | ||
{ | ||
"name": "-x", | ||
"symbol": "WriteSpaceTab", | ||
"tip": [ | ||
"U: -x <[r[-|0]]{@listfile|!wildcard}>\n", | ||
"eXclude filenames" | ||
] | ||
}, | ||
{ | ||
"name": "-y", | ||
"tip": "assume Yes on all queries" | ||
} | ||
], | ||
"info": { | ||
"completion_info": { | ||
"url": "https://7-zip.org/", | ||
"description": "The command line cli of 7-Zip" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.