You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The website itself is pretty boring for now. There's so much you can do with the power of ttty!
Describe the solution you'd like
I think it would be great to add one or more of the following:
More commands to the demo website (fetching a Chuck Norris joke? Downloading kitten pictures? Rickrolling?)
Ideally every new command should demonstrate or teach an interesting use case as an example (multiple arguments, adding more terminals, working with the existing terminal instance, etc.)
Something else that's cool and engaging.
Additional context
You can use a pre-existing system for "clickable" feature list in the index.html (based on data-exec attributes).
The text was updated successfully, but these errors were encountered:
Hi can I add an example to fetch a Github profile picture and public repos from the username?
It could be something like github username then it returns an image and the amount of public repos the username has.
This will show doing a simple GET request and that you can print out raw html (for the image). They have a public users api with basic info like - https://api.github.com/users/runningdeveloper
@runningdeveloper that's a great idea! I would say displaying an image in the terminal would kind of go "against the terminal principles" (even though it is technically possible), but you can fetch some other useful info. Other than that, that sounds great.
You can use the start/stop to prevent user interaction until the GET request resolves.
Is your feature request related to a problem? Please describe.
The website itself is pretty boring for now. There's so much you can do with the power of
ttty
!Describe the solution you'd like
I think it would be great to add one or more of the following:
Additional context
You can use a pre-existing system for "clickable" feature list in the
index.html
(based ondata-exec
attributes).The text was updated successfully, but these errors were encountered: