programmingfonts
programmingfonts copied to clipboard
Request: Consider adding ascii diagram/charts/arts in the example snippet
It would be very helpful to pick if the default snippet also includes some ascii diagram/charts as comment. There are a few fonts that don't handle those pretty:
Good Example:
Bad Example:
And here's the comments I used:
╭─────────────────────────────╮
│ ╭───╮ │
│ ╭───╮ │╭─╮│ │
│ ↑ │ │↑ ││ │
void (*signal(int, void (*fp)(int)))(int);
↑ ↑ │ ↑ ↑ ││ │
│ ╰──────╯ │ ╰──╯│ │
│ ╰────────╯ │
╰──────────────────────────────────╯
okta-awscli --okta-profile=aws-666 --profile=aws-666
╰────────┬───────────╯ ╰───────┬──────╯
│ │
│ ╰────── profile to store temporary credentials
╰────── profile to use in .okta-aws
If this is something you're open to adding, I can prepare a diff myself.
For sure, that would be super helpful. Perhaps try and find a compact example that covers as much as possible in as few lines as possible?
Hey, I just added a code sample menu so code moved around a bit. You're still welcome to add ascii to an existing code sample, or perhaps add a separate ascii art sample?