mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[GH-ISSUE #5] Precedent input when typing ↑ #2
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#2
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 27, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/5
It would be really great if the site behaved like a terminal (and it would fit with the current design). That's why it would be nice if the site were to go back to recent history when you press the "↑" key.
@bbashy commented on GitHub (Oct 27, 2017):
I tried that hoping someone had done some amazing magic!
@sebastiandedeyne commented on GitHub (Oct 27, 2017):
Might be cool to keep this in local storage 🤔
@rchoffardet commented on GitHub (Oct 27, 2017):
@sebastiandedeyne : Originally, I thought it would be done in a basic array variable. But your idea is so much better!
@bbashy : I might try to make a PoC this evening 😃
@rchoffardet commented on GitHub (Oct 27, 2017):
The only "complicated" point I see is the strange behavior of modifying Shell history:
When you modify an element of the history, it remains modified until you execute the modified command. Then, the change is discarded. BUT, all the others changes still remain.
@freekmurze commented on GitHub (Oct 29, 2017):
We'll handle this further in #13