Thursday, July 27, 2023

Show HN: When writing regex scripts isn't worth it or enough https://ift.tt/NtfK4yO

Show HN: When writing regex scripts isn't worth it or enough I developed a text/table modification software that enables users to quickly and intelligently perform find-and-replace operations on text and tables, both inside and outside of the app. At its current alpha stage, it includes the following features: * 'one click' transformers : allowing users to edit the entire text with one click. * directly editing text in other software * exact, fuzzy, regex, and even semantic search * text replacement by dictionary: allowing bulk replacement of various keywords at once * hiding paragraphs without matches: removing the visual clutter in search result * table text editing It is written with PySide6 and inspired by TextSoap. Visit https://texcel.app/ if you are interested. Feature requests and bug reports are more than welcome. https://texcel.app/ July 28, 2023 at 11:50AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...