Globbing Support #13
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?
This is a pretty massive undertaking, this issue covers ALL globbing patterns:
*?[...][^...][!...]{p1,p2,...}(This was taken directly from the CSCI210 notes...)
This should probably involve some sort of tokenization instead of a bunch of string compares.
Should probably also add support for the
~shortcut.done in #28, I only added *, other types of globs may be added eventually, but not today.