Skip to content
/ arxd Public

A tool to extract (and delete) archive files from pwd.

License

Notifications You must be signed in to change notification settings

taaaf11/arxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arxd

Extract (and delete) archive files under present working directory.

Usage

By default, the script will extract the archives into prefix/archive filename.

Prefix defaults to current directory.

That is, extraction of "flowers.zip" creates "flowers" directory with archive contents under prefix directory.

  • To specify custom prefix, use -p option.
arxd -p /path/to/prefix
  • To delete the files after extraction, specify -d option.
arxd -d
  • To ignore files, you can give regex pattern using -i option.
arxd -i PATTERN

More in help message with -h option.

Installation

  1. Clone the repository or download zip.
  2. cd into project root.
  3. Use your favourite python package manager to install. (See next step)
  4. Run pip install . or pipx install . .

About

A tool to extract (and delete) archive files from pwd.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages