Format terminal commands on copy

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

Δημιουργός
kekumu
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
11
Βαθμολογίες
0 0 0
Έκδοση
1.0.1
Δημιουργήθηκε την
28/04/2020
Ενημερώθηκε την
28/04/2020
Μέγεθος
2 KB
Άδεια
GPL-3.0-or-later
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

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