Logs - Searching Through Files Tutorial Research
TODO
- I want to be able to get all domain names mentioned in a folder of markdown files.
- I also want to be able to parse markdown files.
- I want to extract all names mentioned in markdown files.
- I want to extract all questions mentioned in markdown files.
- I want to be able to easily parse and search PDF,DOCX and HTML files.
Search Engine Phrases
- Inputs
- index and search directory of markdown files
- Results
- TimMikeladze/markdown-to-api: Generates a minisearch powered GraphQL API from a directory of markdown files. Additional metadata like tags or descriptions can be added to the files in the form of YAML front matter, which will then be indexed and available to search by.
- Very interesting project but I want something for my local notes, I may want to use it later though
- Build Your Own Node.js Search Engine for Github Wikis | Codementor
- Way too long tutorial, I bet there are better tutorials out there for DIY search engines, also just use Elasticsearch
- Whoosh/Search - charlesreid1
- This looks like code I would write but I am now searching servers I am searching files
- ssosik/markdown_query: CLI tool for indexing local markdown files which can then be searched for using natural language queries; a duck duck go for your local files
- This is exactly what I am looking for, going to try it
- And the shit does not compile out of the box, no packages on AUR
- Sphinx | Open Source Search Engine
- Better Than Ack
- Alright I better learn to use Software.list.awk, turns out wiki.software.List.grep does what I am looking for
- Building personal search infrastructure for your knowledge and code | beepb00p