ghlogin command? #531
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
where is that ghlogin command used in the terminal demonstration?
please tell us!
So I couldn't find this command/program either, but I really wanted this effect for a project I'm working on, so I went looking into how to recreate it. I settled on a combination of figlet with the ANSI shadow font from this repo, and pv (pipeviewer) to simulate the slow output like in the demo gif.
If you use homebrew to install figlet, the font goes in
/usr/local/Cellar/figlet/2.2.5/share/figlet/fonts
, otherwise/usr/share/figlet
.After everything is installed, you can recreate the gif with this command:
figlet -f "ANSI Shadow" github | pv --quiet --line-mode --rate-limit 5
In the gif, there was an interactive shell for github, that would be very cool. I really don't know how to use the git command, but I want to make something like this.