1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +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:
Darren Schroeder 2021-01-29 09:17:45 -06:00 committed by GitHub
commit 54b8d0ca8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
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 $(char newline)
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) [███████████ ]