-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Implement history builtin #273
Labels
Comments
This was referenced Nov 21, 2023
I'd like to pick this up if no one else is already working on it |
go for it! |
blocked on #284 |
rithikasilva
added a commit
to rithikasilva/shrs
that referenced
this issue
Jan 3, 2024
MrPicklePinosaur
pushed a commit
that referenced
this issue
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to see added?
See
crates/shrs_core/src/builtins/history.rs
Implement basic history querying and running of previous commands. The shell interface that is currently outlined is a bit different from bash, so it is worth thinking if we should stick to our own syntax for history builtin or mimic the bash history builtin.
The text was updated successfully, but these errors were encountered: