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

Merge pull request #74 from dirtybit/fix-script-links

Fix broken links to scripts
This commit is contained in:
Darren Schroeder 2021-07-19 06:57:42 -05:00 committed by GitHub
commit f6a4112d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,10 +29,9 @@ You can run nushell scripts in a few different ways.
| nu_101 | [demo.nu](./nu_101/demo.nu) | 0.26 | Creates a custom `ls` command |
| nu_101 | [inner_outer_loop.nu](./nu_101/inner_outer_loop.nu) | 0.26 | Demonstrates how to iterate in an inner and outer loop. |
| parsing | [sample_andres.nu](./parsing/sample_andres.nu) | 0.26 | Demonstrates some json parsing. |
| not assigned yet | [percent_meter.nu](./percent_meter.nu) | 0.26 | Draws a percent meter. |
| not assigned yet | [progress_bar.nu](./progress_bar.nu) | 0.26 | Draws a progress bar |
| not assigned yet | [progress_bar_no_back.nu](./progress_bar_no_back.nu) | 0.26 | Draws a progress bar with no background |
| prompt | [myprompt.nu](./prompt/myprompt.nu) | 0.26 | Prototype script to create a prompt. |
| progress_bar | [percent_meter.nu](./progress_bar/percent_meter.nu) | 0.26 | Draws a percent meter. |
| progress_bar | [progress_bar.nu](./progress_bar/progress_bar.nu) | 0.26 | Draws a progress bar |
| progress_bar | [progress_bar_no_back.nu](./progress_bar/progress_bar_no_back.nu) | 0.26 | Draws a progress bar with no background |
| prompt | [git_status_prompt.nu](./prompt/git_status_prompt.nu) | 0.28 | Creates a prompt which includes short working directory and current git status. |
| stdlib_candidate | [nu_style.nu](./stdlib_candidate/nu_style.nu) | 0.26 | Define colors as names. |
| stdlib_candidate | [print.nu](./stdlib_candidate/print.nu) | 0.26 | Examples of a print statement. |