mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
71 lines
514 B
Nu
71 lines
514 B
Nu
# Add
|
|
extern "7z a" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Benchmark
|
|
extern "7z b" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Delete
|
|
extern "7z d" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Extract
|
|
extern "7z e" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Hash
|
|
extern "7z h" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Show information about supported formats
|
|
extern "7z i" [
|
|
|
|
...args
|
|
]
|
|
|
|
# List
|
|
extern "7z l" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Rename
|
|
extern "7z rn" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Test
|
|
extern "7z t" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Update
|
|
extern "7z u" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Extract with full paths
|
|
extern "7z x" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Stop switches parsing
|
|
extern "7z" [
|
|
|
|
...args
|
|
] |