Releases: JonathanGunawan30/activityLog
Releases · JonathanGunawan30/activityLog
v0.1.0 - First Functional Release
This is the first functional release of ActivityLog CLI.
This application now has the core features to monitor and report on application usage.
✨ Key Features
start: Starts the monitoring process in the background.report: Generates a summary of today's activity.list: Displays a list of all currently running processes.
🚀 How to Use
Please download the required files from the Assets section below. Make sure you place all downloaded files into the same folder.
For Windows Users:
- Download these two files:
ActivityLog-1.0-SNAPSHOT.jaractivitylog.bat
- Place both files in the same new folder (e.g., on your Desktop).
- Open a Command Prompt or PowerShell inside that folder.
- Run the application using the script:
.\activitylog.bat report
For macOS & Linux Users:
- Download these two files:
ActivityLog-1.0-SNAPSHOT.jaractivitylog
- Place both files in the same new folder.
- Open your Terminal inside that folder.
- Important (Run once): Make the script executable by running
chmod +x activitylog. - Run the application using the script:
./activitylog report