zsh-workers
 help / color / mirror / code / Atom feed
ce583bee436f74f452e84315a73e326858b038e3 blob 987 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
#compdef shred gshred

_arguments -s -S : \
  '(: * -)--help[display help information]' \
  '(: * -)--version[display version information]' \
  '(-f --force)'{-f,--force}'[bypass lack of write permissions]' \
  '(-n --iterations)'{-n+,--iterations=}'[specify number of overwrites]:overwrites [3]' \
  '--random-source=[get random bytes from specified file]:random source file:_files' \
  '(-s --size)'{-s+,--size=}'[shred specified number of bytes]:bytes' \
  '(--remove)-u[deallocate and remove file after overwriting]' \
  '(-u)--remove=-[like -u, or specify how to remove]::how to remove [wipesync]:((
    unlink\:"use standard unlink call"
    wipe\:"like unlink, but obfuscate bytes in name first"
    wipesync\:"like wipe, but sync each obfuscated byte to disk"
  ))' \
  '(-v --verbose)'{-v,--verbose}'[display progress]' \
  '(-x --exact)'{-x,--exact}'[do not round file sizes up to nearest block]' \
  '(-z --zero)'{-z,--zero}'[add final overwrite with zeros]' \
  '*: :_files'
debug log:

solving ce583bee4 ...
found ce583bee4 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).