Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 523 Bytes

esolang_search

Tool to search for esoteric languages by title/description or code examples

TODO

Add additional arguments:

  • -td combine -t/-d -title/-description
  • --dont-show-hits

Features

  • Allow case sensitivity
  • Allow searches with spaces in?
  • Check html encoded chars
  • Show example code on matches
  • Input from source file

Potential Optimisations

  • Parallelise the download of htmls
  • Only save the relevant html sections to speed up searching
  • Consider using a database for faster searches