Skip to content

vishalwork/sispack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Sispack 🗂️

Built to help users easily track and analyze installed package sizes on their system.

Shell Platform License


Supported Platforms

Platform Package Manager
Debian / Ubuntu dpkg
Fedora / RHEL / CentOS rpm
Arch Linux pacman
macOS Homebrew + /Applications

Installation

Debian / Ubuntu

git clone https://github.com/vishalwork/sispack.git
cd sispack
chmod +x sispack
mv sispack ~/.local/bin/

Or download .deb from releases:

sudo dpkg -i sispack.deb

macOS

git clone https://github.com/vishalwork/sispack.git
cd sispack
chmod +x sispack
sudo mv sispack /usr/local/bin/

Note: Homebrew must be installed for package tracking. Install Homebrew: https://brew.sh

Arch Linux

git clone https://github.com/vishalwork/sispack.git
cd sispack
chmod +x sispack
mv sispack ~/.local/bin/
# ~/.local/bin PATH mein nahi hai toh:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc

RPM (Fedora / RHEL / CentOS)

git clone https://github.com/vishalwork/sispack.git
cd sispack
chmod +x sispack
mv sispack ~/.local/bin/

Usage

sispack          # List all packages by size
sispack -r       # Reverse order
sispack -f name  # Search specific package
sispack -a       # Author info
sispack -h       # Help
sispack -v       # Version

Author

Made with ❤️ by Vishal Kumar@vishalwork Originally forked from @vlc-ranchi

About

ISPack is a lightweight Bash-based utility designed to analyze and track software disk usage on Linux/Debian systems. It helps identify how much space installed packages consume, enabling better system management and optimization.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%