Skip to content

UnknownRori/raphael-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raphael

Art drawn by UnknownRori

Warning

Don't expect much on this project.

Raphael is a search engine focused on local plain text file (Markdown file or .txt) it uses TF-IDF method to measure the importance of word on document in collection.

Usage

USAGE: raphael_zig.exe [OPTIONS]
OPTIONS:
    -index <STRING>
         Index a directory

    -search <STRING>
         Search a term

    -serve
         Start a local server http://localhost:6969

    -help
         Show this help menu

Development

Make sure you have zig 0.14.1

git clone https://github.com/UnknownRori/raphael-zig
cd raphael-zig

zig build run

License

This project is in MIT license.

About

Local search engine for my Obsidian.md vault written in Zig and some Web tech

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published