[Proposal] New Utility: Insert Text At (ita)

2024-07-02 Thread Josh Marshall
There have been a few times over the course of my career where I just want to insert some text. We have all needed this. Now, do it at line 5 column 5. I mean sure, you can split that out with `head`, then some `grep`, the text, `grep`, then `tail`. Or if you're lucky you find yourself in a sit

Re: [Proposal] New Utility: Insert Text At (ita)

2024-07-02 Thread Josh Marshall
antly know what it does, and more easily use than any tooling currently present carries enough merit to justify a new tool. On Tue, Jul 2, 2024 at 10:27 PM Rob Landley wrote: > > On 7/2/24 09:12, Josh Marshall wrote: > > There have been a few times over the course of my career where I j