nu_scripts/before_v0.60/coloring
JT 6f9d6250d4
Switch to 'and' and 'or' (#322)
* Switch to 'and' and 'or'

* oops
2022-12-08 12:52:10 +13:00
..
24bit-1.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
256_color_testpattern.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
256_color_testpattern.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
256-color.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
color_and_formatting.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
color_table.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
color_tables.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
color_tables.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
colors.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
gradient_40x160.ps1 reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
gradient.nu Switch to 'and' and 'or' (#322) 2022-12-08 12:52:10 +13:00
gradient.ps1 reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
gradient.py reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
nu_index_bg.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
nu_index_fg2.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
nu_index_fg.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
python_index_table.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
README.md reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
ref_table.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
sample.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
short_list.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
table.sh reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00

Coloring Scripts

Definition

These scripts are used to demonstrate the ansi command using ansi coloring. This is mainly a demo area where we have taken typical bash scripts and ported them to nushell scripts. It would be nice if all scripts here showed the "other" version of script and the ported nushell version. We can show "other" flavors of scripts by including them as comments in the nushell scripts or by naming the nushell script and the other script the same basename.