eclipse-wakatime icon indicating copy to clipboard operation
eclipse-wakatime copied to clipboard

Track time for terminal usage

Open rask opened this issue 10 years ago • 1 comments

I use this plugin with Aptana Studio (a web focused Eclipse version), and I do loads of work inside the GitBash embedded terminal window (git, node, compass, custom deployments, general terminal work, etc.).

Could there be any possibility to track time used inside an embedded terminal view inside Eclipse/Aptana?

I think the project inside which time is tracked could be determined with the current terminal working directory.

rask avatar Sep 05 '14 06:09 rask

Yes, we just need to find the corresponding event listener for Terminal events:

https://github.com/wakatime/eclipse-wakatime/blob/bf2bc60c78f41c6feeacdce0697ccf7fc379ad20/com.wakatime.eclipse.plugin/src/com/wakatime/eclipse/plugin/CustomEditorListener.java#L25

alanhamlett avatar Jan 28 '22 06:01 alanhamlett