A minimalist search engine that aims to match my personal use of a search engine. It contains different sources of results, such as Google, ArchLinux Wiki and many others.
Remove unwanted sites (allocine.com, pinterest.com etc)(Removed because Google sucks)- Various bangs add different features
- Simple calculations
- CLI params
!google: Redirects you to Google when you have more specific needs than those provided by Minisearch.!package: Searches for packages on the AUR and official Arch repositories.!arch: Search the Arch Wiki.!wp: Search on French Wikipedia(Removed because Google Sucks)!wiki: Search on various wikis (English Wikipedia, French Wikipedia, ArchLinux Wiki etc)
--port/rt> -p: Setting the port of the web serverrt> --dev/-d: Enter to dev mode (Update the front without restart the server)
- Go 1.24
- Clone and download modules
git clone https://github.com/oriionn/minisearch.git
cd minisearch
go mod downloadd- Compile the project
make- Run the project
./minisearchThis project is under a MIT License