https://github.com/zvyn/pacfolder
Generate a folder with subfolders for each package managed by pacman containing symlinks to all files belonging to that package.
https://github.com/zvyn/pacfolder
Last synced: about 1 year ago
JSON representation
Generate a folder with subfolders for each package managed by pacman containing symlinks to all files belonging to that package.
- Host: GitHub
- URL: https://github.com/zvyn/pacfolder
- Owner: zvyn
- Created: 2013-06-04T00:15:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-14T19:34:36.000Z (over 12 years ago)
- Last Synced: 2025-02-03T14:46:50.387Z (about 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pacfolder
=========
Generate a folder with subfolders for each package managed by pacman containing symlinks to all files belonging to that package.
Install
=======
```bash
cd $(mktemp -d)
wget https://github.com/zvynar/pacfolder/raw/master/PKGBUILD
makepkg
sudo pacman -U *.pkg.tar.xz
```
Usage
=====
```bash
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_.