app-tracking
v1.0.0
Published
Tracks Visible apps on your computer
Downloads
2
Readme
App Activity Tracker
This Node.js application tracks the activity of apps opened on your computer and logs it into a file called processes.json
.
Installation
Clone the repository to your local machine:
Navigate to the project directory:
Install dependencies:
Usage
Start the application by running:
The application will start tracking the activity of opened apps on your computer. All activity will be logged into a file called processes.json
.
File Structure
index.js
: Main entry point of the application.processes.json
: Log file where app activity is recorded.
Contributing
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or create a pull request.
Development
For now URL of active tabs are fetched only on debuging mode, when electron app is developed, it wont be necessary.
- firefox --remote-debugging-port=9223
- chrome --remote-debugging-port=9222