Skip to content

Easy script to fix zipping, unzipping of all types on files on archlinux

Notifications You must be signed in to change notification settings

Rickard-Martensson/runzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runzip

Simple program that unzips/decompresses/dewinrarifies whatever you throw at it.

Installation

  1. Clone this repo:
git clone https://github.com/Rickard-Martensson/runzip.git
  1. Navigate to the runzip folder
cd runzip
  1. Make script executable
chmod +x runzip.py

Setup

Create a symlink to make runzip accessible from any directory:

sudo ln -s /path/to/your/runzip/runzip.py /usr/local/bin/runzip

Replace /path/to/your/runzip.py with the actual path where you have runzip.py.

For me, that is /home/rickard/Code/python/runzip/runzip.py

Dependencies

Before using the runzip.py script, make sure you have the following dependencies installed on your Arch Linux system:

  • unzip: For extracting ZIP files.
  • tar: For extracting TAR files.
  • gzip: For decompressing GZ files.
  • p7zip: For decompressing 7z files.

You can install these dependencies using the pacman package manager. Open a terminal and run the following command:

sudo pacman -S unzip tar gzip

Usage

To unzip a file, simply type

runzip <filename>

If you want to test it out, you can use any of the 4 sample files. ie:

runzip sample_zipped/sample.tar.bz2

Good luck!

Supported File Types

  • .zip
  • .tar
  • .gz
  • .tar.bz2

Contributing

I welcome contributions to enhance the functionality and usefulness of this project. If you're interested in contributing, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix.
  3. Make your changes and test thoroughly.
  4. Submit a pull request, describing the changes you've made.
  5. Our team will review the pull request and provide feedback.

I appreciate your contributions and efforts in making this project better!

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code according to the terms of the license.

Acknowledgments

I'd like to express my gratidude to Rickard Mårtensson for making all of this when I was annoyed. I'm sure there are better solutions out there but you know.

About

Easy script to fix zipping, unzipping of all types on files on archlinux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages