Chikashi Kato

Results 7 comments of Chikashi Kato

Hello, thank you for submitting the enhancement idea. I think it's useful for the case which uses complicated regex pattern. For the simple case (like your example), we can use...

Hi Connor, thank you for checking it! Yeah, I checked `^[^(Success)]` with multiple regex parser, but none of them worked like Bash's regex operator (`=~`) which slacktee is using. I...

Yeah, it makes sense :) We should flip the result of the evaluation if the negate option is specified :)

Yeahhhhhh, love the idea! I wanted to have the way to check the version long time.

Supporting thread is a cool idea and I appreciate your implementation proposal. Let me consider about the idea!

Thank you for the report, @marcelo321 ! If you don’t mind, could you share all of of the command line options you are using for sending the message? Also, if...

Thank you so much for the detail! I see, it seems to be caused by escape sequences. Handling this case gracefully might not be easy but let me think about...