Skip to content

v1.2.0

Compare
Choose a tag to compare
@a2geek a2geek released this 03 Jun 22:33
· 24 commits to master since this release

Adding filter command to asu.

$ asu filter --help
Usage: asu filter [-h] [--afp] [--mac] [--msdos] [--prodos] [--stdin]
                  [--stdout] [-o=<outputFile>] [--exclude=<excludeEntryIds>[,
                  <excludeEntryIds>...]]... [--include=<includeEntryIds>[,
                  <includeEntryIds>...]]... [<inputFile>]

Filter an AppleSingle file
Please include a file name or indicate stdin should be read, but not both.

Parameters:
      [<inputFile>]        File to process

Options:
      --afp                Apply AFP specific filter
      --exclude=<excludeEntryIds>[,<excludeEntryIds>...]
                           Filter by excluding specific entryIds
      --include=<includeEntryIds>[,<includeEntryIds>...]
                           Filter by including specific entryIds
      --mac, --macintosh   Apply Macintosh specific filter
      --msdos              Apply MS-DOS specific filter
      --prodos             Apply ProDOS specific filter
      --stdin              Read AppleSingle from stdin.
      --stdout             Write AppleSingle to stdout.
  -h, --help               Show help for subcommand
  -o, --output=<outputFile>
                           Write AppleSingle to file.