aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 51f74aff9d1b6d8ace4efae2d676a0d98add38a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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_.