mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[GH-ISSUE #18] Act like a real terminal #8
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#8
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @rchoffardet on GitHub (Oct 29, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/18
As the design suggests, the site appears to be a terminal window where commands can be executed.
Would it be possible to make it more convincing?
For that, I proposed to be able to have the commands history (here: #13 ).
Today I propose to switch from synchronous to asynchronous with AJAX, and to be able to put the results of the commands, respecting the
clearcommand but also thedoomcommand and the error messages.If you accept that such a feature is implemented, I would be happy to propose a PoC soon :)
@freekmurze commented on GitHub (Oct 29, 2017):
Seems like a nice plan, and we were discussing your proposed behaviour internally as well.
Feel free to send us a proof of concept in a PR.
Make sure that the last command ends up in the url, so urls stay shareable.
@rchoffardet commented on GitHub (Oct 29, 2017):
PR is sent. I think we can close this one :)