File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,18 @@ This library hopes to bridge that gap
2020
2121## Installing directly
2222
23- pip3 install https://github.com/jceaser/shellwrap/releases/download/latest-master /shellwrap-0.0.3-py3-none-any.whl
23+ pip3 install https://github.com/jceaser/shellwrap/releases/download/v0.0.3-release /shellwrap-0.0.3-py3-none-any.whl
2424
2525## Usage
2626
27- ### Printing in color
27+ ### Printing in color with formating
2828
2929 from shellwrap import color
3030 color.cprint(color.tcode.green, "Starting script", env)
3131 print(color.colorize(":rocket::blink:This is my :red:RED:end: text and this is my :green:GREEN:end: text."))
32+ print(color.link("https://example.com/", "example.com"))
33+
34+ Read more about [ OCS 8] ( https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda ) .
3235
3336### Calling Unix Commands
3437
You can’t perform that action at this time.
0 commit comments