Format terminal commands on copy

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

Aŭtoro
kekumu
Ĉiutagaj instaloj
0
Tutaj instaloj
11
Ratings
0 0 0
Versio
1.0.1
Kreita
2020/04/28
Ĝisdatigita
2020/04/28
Size
1,84 kb
Licenco
GPL-3.0-or-later
Aplikiĝas al
Ĉiuj retejoj

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