No description
Find a file
Milan Oberkirch f6a3e951ea Li la logger.
2013-06-06 23:19:18 +02:00
.SRCINFO Initial commit 2013-06-03 17:15:34 -07:00
pacfolder Li la logger. 2013-06-06 23:19:18 +02:00
PKGBUILD Initial commit 2013-06-03 17:15:34 -07:00
README.md Update README.md 2013-06-04 14:57:55 +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.