Commits


simplify pagebundler usage: deduce the variable name from the file


crank up pagebundler buffer


fmt


gitignore for tests


avoid create .serialized files endlessly


generalize some ignore patterns


move parsers to their own subdir


doesn't need parser.h anymore


rename gen-emoji-matcher.sh -> genemoji.sh


fix compilation; add missing header


document reply-last-input and M-r


make `reply-last-input' work on gopher too


reply-last-input was an idea by thfr


sync changelog


reply-last-input: reply input requests on demand Telescope now remebers the last URL (per tab!) that replied with 1X (input request.) The new command reply-last-input allows to resend a query to that URL. It's particularly useful with capsules that make a heavy uses of 10 replies (search engines or similar, interactive pages, etc) because it both saves a network roundtrip and the user from looking for the "search" link all across the page ;-) idea from a conversation with thfr@, thanks!