jasonjmcghee / rem

An open source approach to locally record and enable searching everything you view on your Mac.
https://rem.ing
MIT License
2.2k stars 63 forks source link

Fix Application Name #37

Closed seletz closed 5 months ago

seletz commented 5 months ago

This PR fixes a bug where the application name was not determined correctly.

The code now uses NSWorkspace to get the name of the application which is frontmost. Previously, the application name was not correctly determided and rather random.

seletz commented 5 months ago

This probably also fixes #15

jasonjmcghee commented 5 months ago

@seletz thank you!

seletz commented 5 months ago

@jasonjmcghee thanks for merging!