Format terminal commands on copy

Automatically remove bash comments `#` and prompts `$` on copy by reading the modifying the selected content.

Skaber
kekumu
Daglige installationer
0
Installationer i alt
11
Bedømmelser
0 0 0
Version
1.0.1
Oprettet
28.04.2020
Opdateret
28.04.2020
Size
1,84 kB
Licens
GPL-3.0-or-later
Gælder for
Alle hjemmesider

Format terminal commands on copy

Automatically remove bash comments # and prompts $ on copy by reading the modifying the selected content.

Usage

Just copy some text containing with lines that start with either # or $.

# Sometimes you just want to copy and paste a set of commands
$ echo hello

# But you get a bunch of comments and shell prompts that you need to avoid
# pasting in the terminal
$ echo world