| Hash | Commit message | Author | Date | Files | + | - |
1 | commit cfff301c655d6399848f6452154dbc875733afd6 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sun May 15 21:26:30 2022 +0200 |
4 | |
5 | Auto-Commit Update 15.05.2022 - 21:26:30 |
6 | --- |
7 | README.md | 44 ++++++++++++++++++++++---------------------- |
8 | 1 file changed, 22 insertions(+), 22 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index a71fad5..0802f82 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -9,15 +9,15 @@ 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 | + `pkd` -f <file with list of packages> |
20 | |
21 | -`pkd` <package1> <package2> <package3> |
22 | + `pkd` <package1> <package2> <package3> |
23 | |
24 | -`pkd` MH,<repo> |
25 | + `pkd` MH,<repo> |
26 | |
27 | -`pkd` L,<gitlab username>/<repo> |
28 | + `pkd` L,<gitlab username>/<repo> |
29 | |
30 | -`pkd` H,<github username>/<repo> |
31 | + `pkd` H,<github username>/<repo> |
32 | |
33 | |
34 | ## List Formattiing |
35 | @@ -28,35 +28,35 @@ Do not enter any spaces between package names, between package source and packag |
36 | **The following list is provided below for reference:** |
37 | --- |
38 | |
39 | -Local or AUR Packages : 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
40 | + Local or AUR Packages : 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
41 | |
42 | -GitHub Repositories : 'H,Creator/HubRepoName,"Comment here (optional)"' |
43 | + GitHub Repositories : 'H,Creator/HubRepoName,"Comment here (optional)"' |
44 | |
45 | -GitLab Repositories : 'L,Creator/LabRepoName,"Comment here (optional)"' |
46 | + GitLab Repositories : 'L,Creator/LabRepoName,"Comment here (optional)"' |
47 | |
48 | -Personal GitHub : 'PH,yourGitHubRepoName,"Comment here (optional)"' |
49 | + Personal GitHub : 'PH,yourGitHubRepoName,"Comment here (optional)"' |
50 | |
51 | -Personal GitLab : 'PL,yourGitLabRepoName,"Comment here (optional)"' |
52 | + Personal GitLab : 'PL,yourGitLabRepoName,"Comment here (optional)"' |
53 | |
54 | -Snap Packages : 'S,snapPackageName,"Comment here (optional)"' |
55 | + Snap Packages : 'S,snapPackageName,"Comment here (optional)"' |
56 | |
57 | -Python Pip Packages : 'P,pythonPackageName,"Comment here (optional)"' |
58 | + Python Pip Packages : 'P,pythonPackageName,"Comment here (optional)"' |
59 | |
60 | -NPM or Nodejs Packages : 'N,packageName,"Comment here (optional)"' |
61 | + NPM or Nodejs Packages : 'N,packageName,"Comment here (optional)"' |
62 | |
63 | -Web files or Torrents : 'W,URL,"Comment here (optional)" |
64 | + Web files or Torrents : 'W,URL,"Comment here (optional)" |
65 | |
66 | |
67 | ## List Formatting Examples: |
68 | |
69 | -packages=( |
70 | + packages=( |
71 | |
72 | -zsh,"A very advanced and programmable command interpreter (shell) for UNIX" |
73 | -H,neovim/neovim |
74 | -P,pipenv,"A comment is not necessary and purely meant as eye candy if saving the script for later use" |
75 | -L,a4to/nu1ll1nux |
76 | -S,snap-store |
77 | -N,lite-server |
78 | + zsh,"A very advanced and programmable command interpreter (shell) for UNIX" |
79 | + H,neovim/neovim |
80 | + P,pipenv,"A comment is not necessary and purely meant as eye candy if saving the script for later use" |
81 | + L,a4to/nu1ll1nux |
82 | + S,snap-store |
83 | + N,lite-server |
84 | |
85 | - ) |
86 | + ) |
87 | |