| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 33b3cddfa443649a291ff55025dee5e3199d32a8 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sun May 15 21:28:32 2022 +0200 |
4 | |
5 | Auto-Commit Update 15.05.2022 - 21:28:32 |
6 | --- |
7 | README.md | 40 ++++++++++++++-------------------------- |
8 | 1 file changed, 14 insertions(+), 26 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 0802f82..4503918 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -9,41 +9,29 @@ Run `pkd` - you will be taken to a file where you can enter the package names an |
15 | |
16 | **Other use cases:** |
17 | |
18 | - `pkd` -f <file with list of packages> |
19 | - |
20 | - `pkd` <package1> <package2> <package3> |
21 | - |
22 | - `pkd` MH,<repo> |
23 | - |
24 | - `pkd` L,<gitlab username>/<repo> |
25 | - |
26 | - `pkd` H,<github username>/<repo> |
27 | + pkd -f <file with list of packages> |
28 | + pkd <package1> <package2> <package3> |
29 | + pkd MH,<repo> |
30 | + pkd L,<gitlab username>/<repo> |
31 | + pkd H,<github username>/<repo> |
32 | |
33 | |
34 | ## List Formattiing |
35 | |
36 | -Do not enter any spaces between package names, between package source and package name (the comma). |
37 | +**Do not enter any spaces between package names, between package source and package name (the comma).** |
38 | |
39 | |
40 | **The following list is provided below for reference:** |
41 | --- |
42 | |
43 | - Local or AUR Packages : 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
44 | - |
45 | - GitHub Repositories : 'H,Creator/HubRepoName,"Comment here (optional)"' |
46 | - |
47 | - GitLab Repositories : 'L,Creator/LabRepoName,"Comment here (optional)"' |
48 | - |
49 | - Personal GitHub : 'PH,yourGitHubRepoName,"Comment here (optional)"' |
50 | - |
51 | - Personal GitLab : 'PL,yourGitLabRepoName,"Comment here (optional)"' |
52 | - |
53 | - Snap Packages : 'S,snapPackageName,"Comment here (optional)"' |
54 | - |
55 | - Python Pip Packages : 'P,pythonPackageName,"Comment here (optional)"' |
56 | - |
57 | - NPM or Nodejs Packages : 'N,packageName,"Comment here (optional)"' |
58 | - |
59 | + Local or AUR Packages : 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
60 | + GitHub Repositories : 'H,Creator/HubRepoName,"Comment here (optional)"' |
61 | + GitLab Repositories : 'L,Creator/LabRepoName,"Comment here (optional)"' |
62 | + Personal GitHub : 'PH,yourGitHubRepoName,"Comment here (optional)"' |
63 | + Personal GitLab : 'PL,yourGitLabRepoName,"Comment here (optional)"' |
64 | + Snap Packages : 'S,snapPackageName,"Comment here (optional)"' |
65 | + Python Pip Packages : 'P,pythonPackageName,"Comment here (optional)"' |
66 | + NPM or Nodejs Packages : 'N,packageName,"Comment here (optional)"' |
67 | Web files or Torrents : 'W,URL,"Comment here (optional)" |
68 | |
69 | |