ghlogin command? #531

Open
opened 2019-05-06 22:04:31 +02:00 by Merith-TK · 3 comments
Merith-TK commented 2019-05-06 22:04:31 +02:00 (Migrated from github.com)

where is that ghlogin command used in the terminal demonstration?

where is that ghlogin command used in the terminal demonstration?
hennescasabenden commented 2019-07-15 11:24:54 +02:00 (Migrated from github.com)

please tell us!

please tell us!
BeSublime commented 2020-09-08 18:55:19 +02:00 (Migrated from github.com)

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

github_ascii_test

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](https://formulae.brew.sh/formula/figlet) with the ANSI shadow font from [this repo](https://github.com/xero/figlet-fonts), and pv ([pipeviewer](https://formulae.brew.sh/formula/pv)) 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` ![github_ascii_test](https://user-images.githubusercontent.com/280533/92506487-29ca4b80-f1cb-11ea-95d8-3548d08a8b0f.gif)
ancientstraits commented 2021-02-22 23:14:12 +01:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#531
No description provided.