No description
Find a file
2013-09-14 21:34:36 +02:00
.SRCINFO Initial commit 2013-06-03 17:15:34 -07:00
pacfolder Made usage for explicit package-list more obvious #2. 2013-06-21 23:11:12 +02:00
PKGBUILD Initial commit 2013-06-03 17:15:34 -07:00
README.md Update README.md 2013-09-14 21:34:36 +02:00

pacfolder

Generate a folder with subfolders for each package managed by pacman containing symlinks to all files belonging to that package.

Install

cd $(mktemp -d)
wget https://github.com/zvynar/pacfolder/raw/master/PKGBUILD
makepkg
sudo pacman -U *.pkg.tar.xz

Usage

pacfolder /apps/

This will make a new folder /apps/ and put one folder for each package inside it. Each of these folders gets filled with sumbolic links to the files belonging to that package! Files in typical folders like /etc/ or /usr/bin/ will be put into sub-folders like /apps/[package-name]/config or /apps/[package-name]/binaries ect.. Files that can not be catigoriced go to /apps/[package-name]/misc.