Skip to content

Commit b45fd95

Browse files
rutexdfdncred
andauthored
Oneliner script to set tab color in a Windows Terminal (#1031)
Simple oneliner script to set color for Windows Terminal. --------- Co-authored-by: Darren Schroeder <[email protected]>
1 parent 32baeb7 commit b45fd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sourced/cool-oneliners/wt_color.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Simple script that sets color of a windows terminal (https://github.com/microsoft/terminal).
2+
def set-tab-color [idx: int] { ansi -e ( ["2;15;", ($idx | into string), (",|") ] | str join ) }

0 commit comments

Comments
 (0)