1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 14:47:47 +00:00

Update make_readme_table.nu

This commit is contained in:
JT 2021-05-25 07:04:07 +12:00 committed by GitHub
parent 68e33fd1bf
commit fc4822c1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# A Script to try and create the table for the readme.md file
# | Category | File | Nu Version | Description |
# | ---------------- | --------------------------------------------------------- | ---------- | ----------- |
# | coloring | [color_table.nu](./coloring/color_table.nu) | 0.26 | desc |
# | coloring | [color_tables.nu](./coloring/color_tables.nu) | 0.26 | desc |
# | coloring | [color_table.nu](./coloring/color_table.nu) | 0.32 | desc |
# | coloring | [color_tables.nu](./coloring/color_tables.nu) | 0.32 | desc |
# Right now there is still manual manipulation in order to update the README.md
# Hopefully, in the future someone will contribute a script to make this automatic.