lfp


Logs | Files | README | LICENSE | GitLab


1
commit 8354fc3cc6568aa45513e05071d4fad624b8f1cf
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Sep 16 13:35:02 2023 +0200
4
5
    Auto-Commit Update - 20230916
6
---
7
 README.md                   |   7 ++-----
8
 usr/share/doc/lfp/README.md |   4 ++--
9
 usr/share/lfp/lfprc         |   4 ++--
10
 usr/share/man/man1/lfp.1.gz | Bin 1800 -> 1800 bytes
11
 4 files changed, 6 insertions(+), 9 deletions(-)
12
13
diff --git a/README.md b/README.md
14
index 435e8b8..28be866 100644
15
--- a/README.md
16
+++ b/README.md
17
@@ -7,9 +7,6 @@
18
 
19
 ***
20
 
21
-![demo](./.gitlab/media/demo.gif)
22
-
23
-
24
 ## Usage:
25
 
26
 Run `lfp`. Optionally, a startup directory can be specified by a second argument. By default, `lfp` will launch in your current working directory.
27
@@ -137,8 +134,8 @@ The PyManager function provides various actions to manage a Python project, incl
28
 * **H**: Create hardlink of selected file(s) to current directory
29
 * **R**: Create relative symlink of selected file(s) to current directory
30
 * **E**: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb)
31
-* **C**: Quick clone a git repository without leaving lfp
32
-* **\<Ctrl+c\>**: CopyPath, this feature copies the absolute path of the file youre currently hovering over to your clipboard
33
+* **C**: CopyPath, this feature copies the absolute path of the file youre currently hovering over to your clipboard
34
+* **\<Ctrl+c\>**: Quick clone a git repository without leaving lfp
35
 * **\<Ctrl+g\>**: Activate pushto - select a branch to push to (only works inside a git repo)
36
 * **\<Ctrl+b\>**: Open file in browser
37
 * **\<Ctrl+6\>**: Chmod 644 selected file(s)
38
diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md
39
index e19674d..28be866 100644
40
--- a/usr/share/doc/lfp/README.md
41
+++ b/usr/share/doc/lfp/README.md
42
@@ -134,8 +134,8 @@ The PyManager function provides various actions to manage a Python project, incl
43
 * **H**: Create hardlink of selected file(s) to current directory
44
 * **R**: Create relative symlink of selected file(s) to current directory
45
 * **E**: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb)
46
-* **C**: Quick clone a git repository without leaving lfp
47
-* **\<Ctrl+c\>**: CopyPath, this feature copies the absolute path of the file youre currently hovering over to your clipboard
48
+* **C**: CopyPath, this feature copies the absolute path of the file youre currently hovering over to your clipboard
49
+* **\<Ctrl+c\>**: Quick clone a git repository without leaving lfp
50
 * **\<Ctrl+g\>**: Activate pushto - select a branch to push to (only works inside a git repo)
51
 * **\<Ctrl+b\>**: Open file in browser
52
 * **\<Ctrl+6\>**: Chmod 644 selected file(s)
53
diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc
54
index 1ef3dca..965f978 100644
55
--- a/usr/share/lfp/lfprc
56
+++ b/usr/share/lfp/lfprc
57
@@ -528,7 +528,7 @@ map b browserOpen
58
 map f fzfp
59
 map B bulkrename
60
 map E ext
61
-map C cloneRepo
62
+map C cpPath
63
 map M sudoMV
64
 map D rootdel
65
 map L symlink
66
@@ -544,7 +544,7 @@ map = meChange $fx
67
 map I newTernPwd
68
 map . nodeAction
69
 map , pyAction
70
-map <c-c> cpPath
71
+map <c-c> cloneRepo
72
 
73
 
74
 # Commmand Oriented Bindings:
75
diff --git a/usr/share/man/man1/lfp.1.gz b/usr/share/man/man1/lfp.1.gz
76
index 6032887..c452510 100755
77
Binary files a/usr/share/man/man1/lfp.1.gz and b/usr/share/man/man1/lfp.1.gz differ