Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 986 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 986 Bytes

shellfie-cli

create beautiful terminal screenshots using formatted string

usage

shellfie '\x1b[105mSHELLFIE\\x1b[0m🤳' '\x1b[38;5;225mthe easiest way' '\x1b[38;5;213mto create beautiful' '\x1b[38;5;14mCLI screenshots 📸' '\x1b[38;5;199mprogrammatically 🚀' -h 300 -w 400


or

echo "\x1b[34mHello world" | shellfie -w 200 -h 200 -n hello

Apple Silicon

# NOTE! if you are running on Apple Silicon you may need to set the following env variables: 
export PUPPETEER_EXECUTABLE_PATH=`which chromium`
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

useful examples

lolcat --help > help.txt
cat help.txt | shellfie -m raw

options

see shellfie