wakatime / macos-wakatime

Mac system tray app for automatic time tracking and metrics generated from your Xcode, Figma, Postman, etc. usage.
https://wakatime.com/mac
BSD 3-Clause "New" or "Revised" License
127 stars 22 forks source link

Get file path without backslashes when contains spaces #165

Closed alanhamlett closed 10 months ago

alanhamlett commented 10 months ago

Using URL.formatted() escapes spaces with backslashes, so we should be using URL.path instead.

Fixes #164.