monocle
Universal personal search engine, powered by a full text search algorithm written in pure Ink, indexing Linus's blogs and private note archives, contacts, tweets, and over a decade of journals.
File Explorer
Download Latest Version (.zip)- fastsort.js.ink
- indexer.ink
- ranker.ink
- rejson.ink
- searcher.ink
- stemmer.ink
- stub.ink
- tokenizer.ink
- torus.js.ink
- index.js
- package.json
- yarn.lock
- entr.ink
- ideaflow.ink
- lifelog.ink
- ligature.ink
- mira.ink
- pocket.ink
- tweets.ink
- www.ink
- app.js.ink
- index.ink
- main.ink
- main.css
- monocle-banner.png
- monocle-devices.png
- monocle-diagram.jpg
- monocle-empty.png
- monocle-preview.png
- monocle-search.png
- .keep
- bundle.js
- common.js
- lib.js
- monocle.js
- vendor.js
- ink.js
- torus.min.js
- index.html
- main.ink
- tokenizer.ink
- ansi.ink
- auth.ink
- http.ink
- json.ink
- mime.ink
- percent.ink
- quicksort.ink
- route.ink
- std.ink
- str.ink
- suite.ink
- .gitignore
- LICENSE
- Makefile
- monocle.service
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/thesephist/monocle
Downloads the entire project code from GitHub to your computer.
cd monocle
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd modules/pocket-full-text
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
