mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Merge pull request #7 from fdncred/main
updated short_list to find nu_style, added some todos to progress_bar
This commit is contained in:
commit
54b8d0ca8c
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
|
# # Regular Colors
|
||||||
echo ' Regular Colors' $(char newline) $(char newline) | str collect
|
echo ' Regular Colors' $(char newline) $(char newline) | str collect
|
||||||
|
|
|
@ -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) [███████████ ]
|
Loading…
Add table
Add a link
Reference in a new issue