📄 east-prompt-splitline.pl
字号:
#!/usr/bin/perl@klips_out=();while(<>) { s/^((east|west|sunrise|sunset|road|nic|north|south|pole|park|beet|carrot):\~\#)/\1\n/; s/\n ((east|west|sunrise|sunset|road|nic|north|south|pole|park|beet|carrot):\~\#)/\n\1\n/g; if(/^\s*klips_debug:/) { push(@klips_out, $_); } elsif(/^\<\d\>(klips_debug:.*)/) { push(@klips_out, "$1\n"); } elsif(/^\<\d\>.*/) { next; } else { print; }}foreach $klips (@klips_out) { print $klips;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -