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

updated short_list to find nu_style, added some todos to progress_bar

This commit is contained in:
Darren Schroeder 2021-01-29 09:17:03 -06:00
parent 05b7234d39
commit cedec02ff5
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
source nu_style.nu source ../stdlib_candidate/nu_style.nu
# # Regular Colors # # Regular Colors
echo ' Regular Colors' $(char newline) $(char newline) | str collect echo ' Regular Colors' $(char newline) $(char newline) | str collect

View file

@ -45,4 +45,11 @@ echo 1..<$pb_len | each {
echo $blocks.7 | str lpad -c $blocks.7 -l $pb_len | autoview echo $blocks.7 | str lpad -c $blocks.7 -l $pb_len | autoview
echo $(char newline) echo $(char newline)
echo "Done" echo "Done"
echo $(ansi cursor_on) echo $(ansi cursor_on)
# Try to do this in the next version
# Make it a custom command so you can do
# set-progress 33 100
# and the display look like
# 33% (33/100) [███████████ ]