Skip to content

Commit

Permalink
add dependencie notes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-uvarov committed Aug 16, 2024
1 parent bd32af0 commit 21a6072
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This demo was shown using the ancestor of https://github.com/nushell-prophet/nu-cmd-stack
# Figlet CLI: http://www.figlet.org
# Cool Figlet fonts: https://github.com/PhMajerus/FIGfonts
# And some nu-goodie: https://github.com/nushell-prophet/nu-goodies/blob/public/nu-goodies/gradient-screen.nu
# Thanks for your attention!

def print-header [ ] {
str upcase | figlet -w 140 -f 'phm-largetype.flf' -C utf8 | lines | fill -a center --width ((term size).columns - 4) | table --index false
};
Expand Down

0 comments on commit 21a6072

Please sign in to comment.