JMW
JMW
w4grfw is basically right. If search MUST be simple, make it greedy and interpret the search string multiple ways (matching tags eagerly). This seems complex because it looks like you...
SamHH, when I said "modal", I was not talking about vi. I was only referring to having a "mode" that you enter (by hitting `#`) which will trigger the tag...
The user is not going to want to deal with quotes just to input a multiword tag is what I would say. Modes for special characters fixes this. Now, in...
If you want this list of tags to have a sensible order - something you will want any time the number of already used tags is high - then you...
You mean like the handler program emits a DSL for keybindings mixed with the list it's outputting à lá dzen, or as command line args? It seems to me the...
I forgot to mention - the mistakes I found were at 'misrepresentation' and 'interoperability'.
With that setting it looks like the issue is fixed. However, I would note that 1000 lines is pretty conservative, particularly since tsv files are liable to be huge. The...
You could make the default 1024k and print a message to stderr if the input is too slow to hit the screen in reasonable time. Something like: "Slow input stream....
I hadn't really considered the less use case too much, as I was only using less to check my work. In the less use case, messages on stderr will be...
I second this. The large edit window gets in the way of dropdowns on text inputs. If the input field is only one line, then wasavi should only be one...