![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Simple File Extraction
A small command line file extraction utility written in Python. It uses external tools to optionally fetch from an url and decompress many types of archives.
Python >= 3.12 needed
External tools that can be used:
tar
gzip
bzip2
unrar
lha
7z
unzip
rpm2cpio
cpio
ar
xz
zstd
curl
wget
fetch
$ clone the git repository from https://github.com/berrym/simple_extract.git
$ python3 -m venv .venv
$ source .venv/bin/acivate
$ python3 -m build
$ pip3 install .
$ python3 -m pip install simple-extract # if you have permissions
or
$ python3 -m pip install --user simple-extract # will store in user's local directories
or Recommended install method
$ pipx install simple-extract # will install to a venv and install an executable link
$ /path/to/venv/bin/simple-extract # if cloned and manually built but no longer in the venv.
or if installed via pip, pipx
$ simple-extract https://github.com/ibara/mg/releases/download/mg-6.8.1/mg-6.8.1.tar.gz
If you have a shell environment that supports aliases, it's useful to alias simple-extract.
On common unix/linux shells you might run or put this in your shell rc script.
$ alias se='simple-extract'
Then you can execute the program by typing se
Copyright 2025 Michael Berry trismegustis@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A small command line utility to help extract compressed archives.
We found that simple-extract demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.