mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-31 06:07:44 +00:00
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 <343840+fdncred@users.noreply.github.com>
This commit is contained in:
parent
32baeb7995
commit
b45fd953c1
1 changed files with 2 additions and 0 deletions
2
sourced/cool-oneliners/wt_color.nu
Normal file
2
sourced/cool-oneliners/wt_color.nu
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Simple script that sets color of a windows terminal (https://github.com/microsoft/terminal).
|
||||
def set-tab-color [idx: int] { ansi -e ( ["2;15;", ($idx | into string), (",|") ] | str join ) }
|
Loading…
Add table
Add a link
Reference in a new issue