nu_scripts/modules/coloring
Igor bb814f1173
Port before_v0.60/coloring folder (issue #221) (#836)
This PR is part of porting all old scripts #221 and ports `coloring`
folder
2024-05-13 09:53:53 -04:00
..
24bit-1.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
256_color_testpattern.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
color_table.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
color_tables.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
gradient.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
hl.nu fix: fix default fg and bg coloring for hl.nu (#537) 2023-06-25 06:39:53 -05:00
html_colors.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
nu_index_bg.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
nu_index_fg.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
python_index_table.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00
ref_table.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
sample.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04:00
short_list.nu Port before_v0.60/coloring folder (issue #221) (#836) 2024-05-13 09:53:53 -04: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.