lfp


Logs | Files | README | LICENSE | GitLab


1
commit 21f9facaa8d20809f54591e1b9d1460314d11b9f
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue May 16 20:35:05 2023 +0200
4
5
    Auto-Commit Update 16.05.2023 - 20:35:05
6
---
7
 README.md                      | 11 ++++++-----
8
 usr/share/doc/lfp/README.md    | 11 ++++++-----
9
 usr/share/licenses/lfp/LICENSE |  4 +---
10
 3 files changed, 13 insertions(+), 13 deletions(-)
11
12
diff --git a/README.md b/README.md
13
index 35c6a08..7747c16 100644
14
--- a/README.md
15
+++ b/README.md
16
@@ -18,7 +18,7 @@ For on-exit directory changing, add the following line to your bash/zshrc:
17
     source '/usr/share/lf/lfpcd'
18
 
19
 
20
-**Dependencies:**
21
+## Dependencies
22
 
23
 + `lf`: the file manager
24
 + `zsh`: for scripting
25
@@ -33,14 +33,15 @@ For on-exit directory changing, add the following line to your bash/zshrc:
26
 + `git`: for cloning repos from within lfp
27
 + `lolcat`: used in lfps *fzfp* function
28
 
29
-### Installation
30
+## Installation
31
 
32
-**Arch Linux**
33
+**Arch Linux:**
34
 
35
-`lfp` is available in the AUR as `lfp` and `lfp-git`
36
+`lfp` is available in the AUR as `lfp` or `lfp-git`
37
 
38
 
39
-**Manual Installation**
40
+
41
+**Manual Installation:**
42
 
43
     tmp=$(mktemp -d);
44
     git clone https://gitlab.com/a4to/lfp.git ${tmp} &&
45
diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md
46
index 35c6a08..7747c16 100644
47
--- a/usr/share/doc/lfp/README.md
48
+++ b/usr/share/doc/lfp/README.md
49
@@ -18,7 +18,7 @@ For on-exit directory changing, add the following line to your bash/zshrc:
50
     source '/usr/share/lf/lfpcd'
51
 
52
 
53
-**Dependencies:**
54
+## Dependencies
55
 
56
 + `lf`: the file manager
57
 + `zsh`: for scripting
58
@@ -33,14 +33,15 @@ For on-exit directory changing, add the following line to your bash/zshrc:
59
 + `git`: for cloning repos from within lfp
60
 + `lolcat`: used in lfps *fzfp* function
61
 
62
-### Installation
63
+## Installation
64
 
65
-**Arch Linux**
66
+**Arch Linux:**
67
 
68
-`lfp` is available in the AUR as `lfp` and `lfp-git`
69
+`lfp` is available in the AUR as `lfp` or `lfp-git`
70
 
71
 
72
-**Manual Installation**
73
+
74
+**Manual Installation:**
75
 
76
     tmp=$(mktemp -d);
77
     git clone https://gitlab.com/a4to/lfp.git ${tmp} &&
78
diff --git a/usr/share/licenses/lfp/LICENSE b/usr/share/licenses/lfp/LICENSE
79
index 0ef2cbd..8d30bd9 100644
80
--- a/usr/share/licenses/lfp/LICENSE
81
+++ b/usr/share/licenses/lfp/LICENSE
82
@@ -1,10 +1,8 @@
83
 MIT/X Consortium License
84
 
85
 Creator /Maintainer :
86
-© 2021-2022 Connor Etherington <[email protected]>
87
----------------------------------------------------------------------------
88
-Contributors:
89
 
90
+© Connor Etherington <[email protected]>
91
 
92
 ---------------------------------------------------------------------------
93