Web dmenu
curl -O https://raw.githubusercontent.com/kaihendry/dfts/main/german
$ wc -l german
304736 german
dmenu < /usr/share/dict/german
With the Web...
- The datalist paradigm improves usability
- Type ahead experience on the Web
- https://twitter.com/simonw/status/1369298440895614976
- https://git.codemadness.nl/jscancer/file/datalist/example.html.html
- https://projects.verou.me/awesomplete/
- My older datalist project
The DOM can't take thousands of options in the datalist. It's slow.