| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 46c56b2aaef9487e5b80b7f128e293317f49bbd6 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 21:54:57 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 21:54:57 |
6 | --- |
7 | README.md | 20 ++++++++++---------- |
8 | 1 file changed, 10 insertions(+), 10 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 040d86f..d4ff311 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -46,7 +46,7 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
15 | tmp=$(mktemp -d); |
16 | git clone https://gitlab.com/a4to/lfp.git ${tmp} && |
17 | cd ${tmp} && sudo make clean install && cd - && |
18 | - rm -rf ${tmp} >/dev/null 2>&1 || true |
19 | + rm -rf ${tmp} \>/dev/null 2\>&1 || true |
20 | |
21 | |
22 | **To uninstall lfp:** |
23 | @@ -64,7 +64,7 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
24 | + **l** - Right |
25 | |
26 | |
27 | -+ **<Space>** - Select file(s) |
28 | ++ **\<Space\>** - Select file(s) |
29 | + **v** - Toggle select all file(s) |
30 | + **y** - Copy selected file(s) |
31 | + **c** - Cut selected file(s) |
32 | @@ -81,8 +81,8 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
33 | + **x** - Execute selected file(s) |
34 | + **z** - Open in `sxiv` (an image viewer) |
35 | + **q** - Quit `lfp` |
36 | -+ **<Enter>** - Enter shell command |
37 | -+ **<Period>** - (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
38 | ++ **\<Enter\>** - Enter shell command |
39 | ++ **\<Period\>** - (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
40 | |
41 | |
42 | + **B** - Bulk rename |
43 | @@ -95,12 +95,12 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
44 | + **C** - Quick clone a git repository without leaving `lfp` |
45 | |
46 | |
47 | -+ **<Ctrl+c>** - Git clone a repo |
48 | -+ **<Ctrl+g>** - Activate pushto - select a branch to push to (only works inside a git repo) |
49 | -+ **<Ctrl+b>** - Open file in browser |
50 | -+ **<Ctrl+6>** - Chmod 644 selected file(s) |
51 | -+ **<Ctrl+7>** - Chmod 755 selected file(s) |
52 | -+ **<Ctrl+8>** - Chmod 700 selected file(s) |
53 | ++ **\<Ctrl+c\>** - Git clone a repo |
54 | ++ **\<Ctrl+g\>** - Activate pushto - select a branch to push to (only works inside a git repo) |
55 | ++ **\<Ctrl+b\>** - Open file in browser |
56 | ++ **\<Ctrl+6\>** - Chmod 644 selected file(s) |
57 | ++ **\<Ctrl+7\>** - Chmod 755 selected file(s) |
58 | ++ **\<Ctrl+8\>** - Chmod 700 selected file(s) |
59 | |
60 | And many more. |
61 | |