Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 756 Bytes

README.rst

File metadata and controls

37 lines (23 loc) · 756 Bytes

Emma

Whether you're keeping a journal or writing as a meditation, it's the same thing. What's important is you're having a relationship with your mind. -- Natalie Goldberg

Setup

  1. $ git clone git@github.com:grantjenks/emma.git
  2. $ cd emma
  3. $ python3 -m venv --copies env
  4. $ source env/bin/activate
  5. $ pip install -e .
  6. System Preferences > Security & Privacy > Screen Recording Allow "python" in the virtual env.
  7. System Preferences > Security & Privacy > Full Disk Access Allow "python" in the virtual env.
  8. $ emma load

Ideas

  • Use pynput for keyboard and mouse events
  • Make ContentAddressableStorage._save robust to multiple threads/processes
  • Stop admin auto-reload when hovering on anchor link