Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 22, 2018 07:20
Show Gist options
  • Save ryantm/c802671c6acf4ace89cb9d138fcde1b4 to your computer and use it in GitHub Desktop.
Save ryantm/c802671c6acf4ace89cb9d138fcde1b4 to your computer and use it in GitHub Desktop.
/nix/store/xf1igrkil7lr3j0xg8g4jr65bnic45cl-whipper-0.7.3
├── bin
│   └── whipper
├── lib
│   └── python2.7
│   └── site-packages
│   ├── whipper
│   │   ├── command
│   │   │   ├── accurip.py
│   │   │   ├── accurip.pyc
│   │   │   ├── basecommand.py
│   │   │   ├── basecommand.pyc
│   │   │   ├── cd.py
│   │   │   ├── cd.pyc
│   │   │   ├── drive.py
│   │   │   ├── drive.pyc
│   │   │   ├── image.py
│   │   │   ├── image.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── main.py
│   │   │   ├── main.pyc
│   │   │   ├── mblookup.py
│   │   │   ├── mblookup.pyc
│   │   │   ├── offset.py
│   │   │   └── offset.pyc
│   │   ├── common
│   │   │   ├── accurip.py
│   │   │   ├── accurip.pyc
│   │   │   ├── cache.py
│   │   │   ├── cache.pyc
│   │   │   ├── checksum.py
│   │   │   ├── checksum.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── config.py
│   │   │   ├── config.pyc
│   │   │   ├── directory.py
│   │   │   ├── directory.pyc
│   │   │   ├── drive.py
│   │   │   ├── drive.pyc
│   │   │   ├── encode.py
│   │   │   ├── encode.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mbngs.py
│   │   │   ├── mbngs.pyc
│   │   │   ├── path.py
│   │   │   ├── path.pyc
│   │   │   ├── program.py
│   │   │   ├── program.pyc
│   │   │   ├── renamer.py
│   │   │   ├── renamer.pyc
│   │   │   ├── task.py
│   │   │   └── task.pyc
│   │   ├── extern
│   │   │   ├── asyncsub.py
│   │   │   ├── asyncsub.pyc
│   │   │   ├── freedb.py
│   │   │   ├── freedb.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── task
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── task.py
│   │   │   └── task.pyc
│   │   ├── image
│   │   │   ├── cue.py
│   │   │   ├── cue.pyc
│   │   │   ├── image.py
│   │   │   ├── image.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── table.py
│   │   │   ├── table.pyc
│   │   │   ├── toc.py
│   │   │   └── toc.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── program
│   │   │   ├── arc.py
│   │   │   ├── arc.pyc
│   │   │   ├── cdparanoia.py
│   │   │   ├── cdparanoia.pyc
│   │   │   ├── cdrdao.py
│   │   │   ├── cdrdao.pyc
│   │   │   ├── flac.py
│   │   │   ├── flac.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── soxi.py
│   │   │   ├── soxi.pyc
│   │   │   ├── sox.py
│   │   │   ├── sox.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── result
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── logger.py
│   │   │   ├── logger.pyc
│   │   │   ├── result.py
│   │   │   └── result.pyc
│   │   └── test
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_common_accurip.py
│   │   ├── test_common_accurip.pyc
│   │   ├── test_common_cache.py
│   │   ├── test_common_cache.pyc
│   │   ├── test_common_common.py
│   │   ├── test_common_common.pyc
│   │   ├── test_common_config.py
│   │   ├── test_common_config.pyc
│   │   ├── test_common_directory.py
│   │   ├── test_common_directory.pyc
│   │   ├── test_common_drive.py
│   │   ├── test_common_drive.pyc
│   │   ├── test_common_mbngs.py
│   │   ├── test_common_mbngs.pyc
│   │   ├── test_common_path.py
│   │   ├── test_common_path.pyc
│   │   ├── test_common_program.py
│   │   ├── test_common_program.pyc
│   │   ├── test_common_renamer.py
│   │   ├── test_common_renamer.pyc
│   │   ├── test_image_cue.py
│   │   ├── test_image_cue.pyc
│   │   ├── test_image_table.py
│   │   ├── test_image_table.pyc
│   │   ├── test_image_toc.py
│   │   ├── test_image_toc.pyc
│   │   ├── test_program_cdparanoia.py
│   │   ├── test_program_cdparanoia.pyc
│   │   ├── test_program_cdrdao.py
│   │   ├── test_program_cdrdao.pyc
│   │   ├── test_program_soxi.py
│   │   ├── test_program_soxi.pyc
│   │   ├── test_program_sox.py
│   │   └── test_program_sox.pyc
│   └── whipper-0.7.3.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── metainfo
└── com.github.whipper_team.Whipper.metainfo.xml
17 directories, 140 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment