We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The only way would be detecting if a file or folder is open in the app, and looking for a git repo in that folder or parent folders.
The text was updated successfully, but these errors were encountered:
Couldn't it rely exclusively on wakatime-cli to detect project?
Sorry, something went wrong.
Most apps use --entity-type app and send the app's name instead of a file path, so no way for wakatime-cli to detect a project.
--entity-type app
For Chrome and other browser apps, we can do like the browser extension and detect projects from the DOM or Url.
For Figma, and other apps that have a project we can detect projects from the app's GUI.
No branches or pull requests
The only way would be detecting if a file or folder is open in the app, and looking for a git repo in that folder or parent folders.
The text was updated successfully, but these errors were encountered: