Implement history expansion (word designators, event designators) #100
Labels
enhancement
New feature or request
found by fuzz testing
Found with fuzz testing
help wanted
Extra attention is needed
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 inbrush
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
.The text was updated successfully, but these errors were encountered: