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:
parent
05b7234d39
commit
cedec02ff5
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
source nu_style.nu
|
||||
source ../stdlib_candidate/nu_style.nu
|
||||
|
||||
# # Regular Colors
|
||||
echo ' Regular Colors' $(char newline) $(char newline) | str collect
|
||||
|
|
|
@ -46,3 +46,10 @@ echo $blocks.7 | str lpad -c $blocks.7 -l $pb_len | autoview
|
|||
echo $(char newline)
|
||||
echo "Done"
|
||||
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) [███████████ ]
|
Loading…
Add table
Add a link
Reference in a new issue