Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 731 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 731 Bytes

App Tracker

A simple application that lets you monitor usage of apps on your PC.

Note: Currently only works on Windows.

Features

  • Track active applications and their usage time.
  • View a list of tracked processes with details such as PID, process name, uptime, and usage percentage.
  • System tray integration for easy access.

Installation

Prerequisites

Usage

  1. Clone the repository:

    git clone [email protected]:roh1th-s/app-tracker.git
    cd app-tracker
  2. Install dependencies:

    npm install
  3. Build the Tauri application:

    npm run tauri build

License

MIT