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
생성일
2020-04-28
갱신일
2020-04-28
크기
1.84KB
라이선스
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