deliciouslytyped
deliciouslytyped
I didn't have anything particularly concrete in mind - I was just wondering in case I ran into something later. I wasn't aware about existing customization opportunities.
It would be nice if breakpoints could be specified on the CLI or an ENV var, the same goes for anything else that exists in the config. This can be...
I don't know if there is any standard python syntax, if there isn't, it might be good to check if there is one for `gdb`. Maybe it's also worth checking...
I'm not saying it should be done this way, just that this is the precedent I could find offhand; https://stackoverflow.com/a/33808301 shows an approach for `pdb` where commands can be placed...
It should probably be a characteristic, or option of "-R" to accept nonexistent files or empty directories, because they may be populated later.
An alternative approach would be something like bundling Lua proper and using some manner of socket/network communication, but this would also require relatively disciplined design. (It's great for extensibility if...
New one: I like the animations but they make selecting things in the terminal hard because refreshes clear the selection, so in that case it would be helpful if they...
Wireshark shows "computed" (as opposed to having bytes in the packed) values in `[ ]`, it would be nice if termshark also did this. (I only know this because I...
Ok, so, with respect to the "scrolling the hex view" issue, apparently part of it is that selecting fields in the dissection doesn't scroll properly automatically near the end of...
Pressing the left and right arrows in the dissection on an expandable area will open and close it, however pressing the left arrow on a subentry will not close it...