ruby-osc icon indicating copy to clipboard operation
ruby-osc copied to clipboard

Concise OSC Ruby implementation

Results 1 ruby-osc issues
Sort by recently updated
recently updated
newest added

https://github.com/maca/ruby-osc/blob/3d9f6fb344b7aa9c028fff155febf72069fe89db/lib/ruby-osc/message.rb#L49 I think the regexp, instead of expecting at least one non-NUL character (`[^\000]+`) should allow zero characters (`[^\000]*`).