Skip to content

Commit

Permalink
Add shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed May 10, 2024
1 parent 06505e7 commit ec4ae7b
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directories and files/List file mime
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>1

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Directories and files/List largest directories
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>9

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Directories and files/List largest files
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>0

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List encodings
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>4

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List files with bad chars
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>3

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List line breaks
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# shellcheck disable=SC2001
# install_keyboard_shortcut=<Control><Alt>5

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List lines count
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>6

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List max line length
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>7

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List text issues
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>2

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
1 change: 1 addition & 0 deletions Plain text/List words count
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# install_keyboard_shortcut=<Control><Alt>8

# Source the script 'common-functions.sh'.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ While numerous scripts are available for file managers on the web, many suffer f
| `<Control><Shift>V` | Paste as symbolic link |
| `<Control><Shift>X` | Download (URLs in clipboard) |
| `<Control><Shift>Y` | List file information |
| `<Control><Alt>1` | List file mime |
| `<Control><Alt>2` | List text issues |
| `<Control><Alt>3` | List files with bad chars |
| `<Control><Alt>4` | List encodings |
| `<Control><Alt>5` | List line breaks |
| `<Control><Alt>6` | List lines count |
| `<Control><Alt>7` | List max line length |
| `<Control><Alt>8` | List words count |
| `<Control><Alt>9` | List largest directories |
| `<Control><Alt>0` | List largest files |

## Compatibility

Expand Down

0 comments on commit ec4ae7b

Please sign in to comment.