| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 48a4abe1e1d7c76a5e53c8363ed8883a4eb19185 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 21:52:10 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 21:52:10 |
6 | --- |
7 | README.md | 62 ++++++++++++++++++++++++++++++++------------- |
8 | usr/share/doc/lfp/README.md | 62 ++++++++++++++++++++++++++++++++------------- |
9 | 2 files changed, 90 insertions(+), 34 deletions(-) |
10 | |
11 | diff --git a/README.md b/README.md |
12 | index 0437109..040d86f 100644 |
13 | --- a/README.md |
14 | +++ b/README.md |
15 | @@ -56,23 +56,51 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
16 | |
17 | ## Keybindings |
18 | |
19 | -**Use the following keybindings to activate relative function:** |
20 | - |
21 | -+ **.** - Period (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
22 | -+ **f** - Activate fzfp |
23 | -+ **b** - Change Wallpaper (mostly for window managers - eg DWM) |
24 | -+ **Ctrl+c** - Git clone a repo |
25 | -+ **Ctrl+g** - Activate pushto - select a branch to push to (only works inside a git repo) |
26 | -+ **Ctrl+b** - Open file in browser |
27 | -+ **Ctrl+6** - Chmod 644 selected files |
28 | -+ **Ctrl+7** - Chmod 755 selected files |
29 | -+ **Ctrl+8** - Chmod 700 selected files |
30 | -+ **Shift+b** - Bulk rename |
31 | -+ **Shift+e** - Extract archive |
32 | -+ **Shift+l** - Symlink selected files to current directory |
33 | -+ **Shift+r** - Create relative symlink of selected files to current directory |
34 | -+ **Shift+h** - Create hardlink of selected files to current directory |
35 | -+ **Shift+c** - Quick clone a git repository without leaving lfp |
36 | +**Use the following keybindings to activate relatie functions and features:** |
37 | + |
38 | ++ **h** - Left |
39 | ++ **j** - Down |
40 | ++ **k** - Up |
41 | ++ **l** - Right |
42 | + |
43 | + |
44 | ++ **<Space>** - Select file(s) |
45 | ++ **v** - Toggle select all file(s) |
46 | ++ **y** - Copy selected file(s) |
47 | ++ **c** - Cut selected file(s) |
48 | ++ **d** - Delete selected file(s) |
49 | ++ **p** - Paste selected file(s) |
50 | ++ **d** - Delete selected file(s) |
51 | ++ **s** - Edit file you're currently hovering over |
52 | ++ **n** - Create new directory |
53 | ++ **m** - Play with mpv |
54 | ++ **f** - Activate fzfp (`lfp's` fuzzy-finder) |
55 | ++ **b** - Open file in default browser |
56 | ++ **e** - Prompts you for a filename to edit/create |
57 | ++ **t** - Prompts you for a filename for blank file to create |
58 | ++ **x** - Execute selected file(s) |
59 | ++ **z** - Open in `sxiv` (an image viewer) |
60 | ++ **q** - Quit `lfp` |
61 | ++ **<Enter>** - Enter shell command |
62 | ++ **<Period>** - (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
63 | + |
64 | + |
65 | ++ **B** - Bulk rename |
66 | ++ **E** - Extract archive |
67 | ++ **D** - (sudo) Delete selected file(s) |
68 | ++ **L** - Symlink selected file(s) to current directory |
69 | ++ **H** - Create hardlink of selected file(s) to current directory |
70 | ++ **R** - Create relative symlink of selected file(s) to current directory |
71 | ++ **E** - Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
72 | ++ **C** - Quick clone a git repository without leaving `lfp` |
73 | + |
74 | + |
75 | ++ **<Ctrl+c>** - Git clone a repo |
76 | ++ **<Ctrl+g>** - Activate pushto - select a branch to push to (only works inside a git repo) |
77 | ++ **<Ctrl+b>** - Open file in browser |
78 | ++ **<Ctrl+6>** - Chmod 644 selected file(s) |
79 | ++ **<Ctrl+7>** - Chmod 755 selected file(s) |
80 | ++ **<Ctrl+8>** - Chmod 700 selected file(s) |
81 | |
82 | And many more. |
83 | |
84 | diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md |
85 | index 0437109..040d86f 100644 |
86 | --- a/usr/share/doc/lfp/README.md |
87 | +++ b/usr/share/doc/lfp/README.md |
88 | @@ -56,23 +56,51 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
89 | |
90 | ## Keybindings |
91 | |
92 | -**Use the following keybindings to activate relative function:** |
93 | - |
94 | -+ **.** - Period (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
95 | -+ **f** - Activate fzfp |
96 | -+ **b** - Change Wallpaper (mostly for window managers - eg DWM) |
97 | -+ **Ctrl+c** - Git clone a repo |
98 | -+ **Ctrl+g** - Activate pushto - select a branch to push to (only works inside a git repo) |
99 | -+ **Ctrl+b** - Open file in browser |
100 | -+ **Ctrl+6** - Chmod 644 selected files |
101 | -+ **Ctrl+7** - Chmod 755 selected files |
102 | -+ **Ctrl+8** - Chmod 700 selected files |
103 | -+ **Shift+b** - Bulk rename |
104 | -+ **Shift+e** - Extract archive |
105 | -+ **Shift+l** - Symlink selected files to current directory |
106 | -+ **Shift+r** - Create relative symlink of selected files to current directory |
107 | -+ **Shift+h** - Create hardlink of selected files to current directory |
108 | -+ **Shift+c** - Quick clone a git repository without leaving lfp |
109 | +**Use the following keybindings to activate relatie functions and features:** |
110 | + |
111 | ++ **h** - Left |
112 | ++ **j** - Down |
113 | ++ **k** - Up |
114 | ++ **l** - Right |
115 | + |
116 | + |
117 | ++ **<Space>** - Select file(s) |
118 | ++ **v** - Toggle select all file(s) |
119 | ++ **y** - Copy selected file(s) |
120 | ++ **c** - Cut selected file(s) |
121 | ++ **d** - Delete selected file(s) |
122 | ++ **p** - Paste selected file(s) |
123 | ++ **d** - Delete selected file(s) |
124 | ++ **s** - Edit file you're currently hovering over |
125 | ++ **n** - Create new directory |
126 | ++ **m** - Play with mpv |
127 | ++ **f** - Activate fzfp (`lfp's` fuzzy-finder) |
128 | ++ **b** - Open file in default browser |
129 | ++ **e** - Prompts you for a filename to edit/create |
130 | ++ **t** - Prompts you for a filename for blank file to create |
131 | ++ **x** - Execute selected file(s) |
132 | ++ **z** - Open in `sxiv` (an image viewer) |
133 | ++ **q** - Quit `lfp` |
134 | ++ **<Enter>** - Enter shell command |
135 | ++ **<Period>** - (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
136 | + |
137 | + |
138 | ++ **B** - Bulk rename |
139 | ++ **E** - Extract archive |
140 | ++ **D** - (sudo) Delete selected file(s) |
141 | ++ **L** - Symlink selected file(s) to current directory |
142 | ++ **H** - Create hardlink of selected file(s) to current directory |
143 | ++ **R** - Create relative symlink of selected file(s) to current directory |
144 | ++ **E** - Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
145 | ++ **C** - Quick clone a git repository without leaving `lfp` |
146 | + |
147 | + |
148 | ++ **<Ctrl+c>** - Git clone a repo |
149 | ++ **<Ctrl+g>** - Activate pushto - select a branch to push to (only works inside a git repo) |
150 | ++ **<Ctrl+b>** - Open file in browser |
151 | ++ **<Ctrl+6>** - Chmod 644 selected file(s) |
152 | ++ **<Ctrl+7>** - Chmod 755 selected file(s) |
153 | ++ **<Ctrl+8>** - Chmod 700 selected file(s) |
154 | |
155 | And many more. |
156 | |