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

Add aliases for match and match? as m and m? #55

Merged
merged 1 commit into from Jul 5, 2023
Merged

Add aliases for match and match? as m and m? #55

merged 1 commit into from Jul 5, 2023

Conversation

buty4649
Copy link
Owner

@buty4649 buty4649 commented Jul 5, 2023

matchとmatch?にそれぞれmとm?のエイリアスを追加します。
以下のようなことができるようになります。

echo "foo" | rf 'm /foo/{ "bar" }'
#=> bar

echo "foo" | rf 'm? /foo/'
#=> foo

@buty4649 buty4649 enabled auto-merge July 5, 2023 14:14
@buty4649 buty4649 merged commit b187b6a into main Jul 5, 2023
8 checks passed
@buty4649 buty4649 deleted the add-alias branch July 5, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant