No description
Find a file
2013-06-04 14:55:54 +02:00
.SRCINFO Initial commit 2013-06-03 17:15:34 -07:00
pacfolder Well it's almost done on the first commit :) 2013-06-04 02:17:02 +02:00
PKGBUILD Initial commit 2013-06-03 17:15:34 -07:00
README.md Added Usage-Hints. 2013-06-04 14:56:08 +03: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.