This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Tim Kellogg
timkellogg.me
did:plc:ckaz32jwl6t2cno6fmuw2nhn
numcat: read a file, and prepend line numbers
Why? Because LLMs can reference line numbers easily. Great if you're trying to spot something in a bigger file
$ pbpaste | numcat | pbcopy
or
$ cat foo.txt | numcat | pbcopy
https://gist.github.com/tkellogg/f4ec3fcce669c4f75ceabffce79b157b
2024-12-28T02:48:16.845Z