Skip to content
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

Implement history expansion (word designators, event designators) #100

Open
reubeno opened this issue Jun 28, 2024 · 0 comments
Open

Implement history expansion (word designators, event designators) #100

reubeno opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request found by fuzz testing Found with fuzz testing

Comments

@reubeno
Copy link
Owner

reubeno commented Jun 28, 2024

In bash, there's a set of non-$ expansions (e.g., !!) that will expand based on the current shell history. None of this is implemented in brush as of yet.

This will need to go into word expansion. Some work may need to be done to better integrate shell history into the core brush crate; right now much of it is handled by brush-interactive.

@reubeno reubeno added enhancement New feature or request found by fuzz testing Found with fuzz testing labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request found by fuzz testing Found with fuzz testing
Projects
None yet
Development

No branches or pull requests

1 participant