string like operation

This commit is contained in:
bagnaram 2024-07-26 14:40:10 -06:00
parent 0f47cbb889
commit 4826a52306
No known key found for this signature in database
GPG key ID: F146C87EF7159A9B
6 changed files with 88 additions and 7 deletions

View file

@ -24,10 +24,13 @@
([#392][392]).
* i3/sway: `output` tag, reflecting the output (monitor) a workspace
is on.
* Added "string like" `~~` operator to Map particle. Allows
glob-style matching on strings using `*` and `?` characters. ([#400][400])
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380
[392]: https://codeberg.org/dnkl/yambar/issues/392
[400]: https://codeberg.org/dnkl/yambar/pulls/400
### Changed