An open API service indexing awesome lists of open source software.

https://github.com/kaihendry/dfts

Web version of dmenu with sqlite
https://github.com/kaihendry/dfts

autocomplete datalist dmenu gosh vuejs2

Last synced: 3 months ago
JSON representation

Web version of dmenu with sqlite

Awesome Lists containing this project

README

          

# Web [dmenu](https://tools.suckless.org/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](https://www.youtube.com/watch?v=LpgddDKoR_8)
* [Type ahead experience on the Web](https://stackoverflow.com/questions/66621585/type-ahead-complete-experience-on-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](https://github.com/kaihendry/datalist)

# TODO

The DOM can't take thousands of options in the datalist. It's slow.