1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00
nu_scripts/modules/coloring
2024-11-21 23:51:05 -05:00
..
24bit-1.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
256_color_testpattern.nu Fix typos (#982) 2024-11-21 23:51:05 -05: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 Fix typos (#982) 2024-11-21 23:51:05 -05: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.