Skip to content

A desktop application for searching memo screenshots and typed memos on the IPhone Notes app.

License

Notifications You must be signed in to change notification settings

ryuparish/memosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Memosearch 👋

Version Documentation License: BSD--2

alt text

A search engine and note taking tool for screenshots, links, and text notes.

Demo

Install

Backend

cd memosearch/src/backend/src
pip install -e .
flask --app memosearch run (ensure server can start)

Frontend

cd memosearch/src/frontend
npm install src
npm start (ensure server can start)

Finally

cd memosearch/src
./MemoSearch.command (run servers together)

Usage

I like to set the MemoSearch.command script as an alias like this: (in my .zshrc)

alias ms="bash [path/to/Memosearch.command]"

then in my terminal I run:

ms

Run tests

cd memosearch/src/backend/src
pytest
coverage -m pytest
coverage report (view code coverage)j

Author

👤 Ryu Parish

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

A desktop application for searching memo screenshots and typed memos on the IPhone Notes app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published