nu_scripts/sourced
Maxim Uvarov b2fadc0ea8
the function to display bars of given percentage from given width (#478)
* function to display bars of given percentage from given width

* adding --progress, moving width to options

thanks @amtoine

* typos of ESL studnet

* added examples and tests

* feat(nano): add completions (#479)

* feat(nano): add completions

* feat(nano): add readme

* removed escape symbols from tests, fixed fraction indexing

* fixed tests

Fixed tests, although they need escape sequences, as the bar function has the ability to change the colors of both the background and foreground and uses the default color by default.

* Rename bar_fn.nu to bar.nu

---------

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-05-12 09:11:20 -05:00
..
api_wrappers refactor: (#418) 2023-04-25 17:56:25 -05:00
cool-oneliners refactor: (#418) 2023-04-25 17:56:25 -05:00
filesystem refactor: (#418) 2023-04-25 17:56:25 -05:00
fun refactor: (#418) 2023-04-25 17:56:25 -05:00
github refactor: (#418) 2023-04-25 17:56:25 -05:00
gitlab refactor: (#418) 2023-04-25 17:56:25 -05:00
imaging refactor: (#418) 2023-04-25 17:56:25 -05:00
misc Nupass par each threads 20230504 (#477) 2023-05-04 08:00:38 -05:00
nu_101 refactor: (#418) 2023-04-25 17:56:25 -05:00
progress_bar the function to display bars of given percentage from given width (#478) 2023-05-12 09:11:20 -05:00
webscraping refactor: (#418) 2023-04-25 17:56:25 -05:00
fehbg.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00
run-c-cpp.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
temp.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
TODO.md refactor: (#418) 2023-04-25 17:56:25 -05:00
todo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
update_hosts.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
update-path.nu refactor: (#418) 2023-04-25 17:56:25 -05:00

Helpers

Commands to make your life easier.

How to use

Execute following snippet at any time to be able to run the commands in the scripts:

source './path/to/script.nu'

With ./path/to/... being the path to the script you want to utilize.