Format terminal commands on copy

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

Tác giả
kekumu
Cài đặt hàng ngày
0
Số lần cài đặt
11
Đánh giá
0 0 0
Phiên bản
1.0.1
Đã tạo
28-04-2020
Đã cập nhật
28-04-2020
Size
2 KB
Giấy phép
GPL-3.0-or-later
Áp dụng cho
Tất cả trang web

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