{"id":28962732,"url":"https://github.com/chrissch-dev/task-manager","last_synced_at":"2025-06-24T03:11:55.373Z","repository":{"id":300522243,"uuid":"1006387339","full_name":"ChrisSch-dev/task-manager","owner":"ChrisSch-dev","description":"A Task Manager written in Rust, inspired by Windows Task Manager","archived":false,"fork":false,"pushed_at":"2025-06-22T06:37:50.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T07:27:44.632Z","etag":null,"topics":["app","rust","task-manager","tracking"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChrisSch-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T06:35:55.000Z","updated_at":"2025-06-22T06:53:18.000Z","dependencies_parsed_at":"2025-06-22T07:38:53.480Z","dependency_job_id":null,"html_url":"https://github.com/ChrisSch-dev/task-manager","commit_stats":null,"previous_names":["chrissch-dev/task-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisSch-dev/task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2Ftask-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2Ftask-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2Ftask-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2Ftask-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisSch-dev","download_url":"https://codeload.github.com/ChrisSch-dev/task-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2Ftask-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261595784,"owners_count":23182249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","rust","task-manager","tracking"],"created_at":"2025-06-24T03:11:54.728Z","updated_at":"2025-06-24T03:11:55.350Z","avatar_url":"https://github.com/ChrisSch-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Task Manager\n\nA modern, extensible system resource monitor for desktop, inspired by Windows Task Manager.  \nBuilt with [eframe/egui](https://crates.io/crates/eframe) for the GUI and [sysinfo](https://crates.io/crates/sysinfo) for system data.\n\n## Features\n\n- **Real-time per-core CPU usage graphs**\n- **Memory usage history graph**\n- **Disk usage graphs** (per-disk, with history)\n- **Network usage graphs** (per-interface, with history)\n- **Process table** with CPU, memory, and search/filter\n- **Process actions:** Kill, Suspend, Resume\n- **Configurable update interval**\n- Modular, extensible codebase\n\n## Installation\n\n### Prerequisites\n\n- [Rust](https://rustup.rs/) (edition 2021 or newer)\n- A desktop OS supported by `egui`/`eframe` and `sysinfo` (Linux, Windows, macOS)\n\n### Clone \u0026 Build\n\n```sh\ngit clone https://github.com/ChrisSch-dev/task_manager_rust.git\ncd task_manager_rust\ncargo run --release\n```\n\n## Usage\n\n- Search/filter processes via the search bar.\n- Change update interval with the slider.\n- Use action buttons to kill/suspend/resume processes.\n- View live graphs of CPU, memory, disk, and network usage.\n\n## File Structure\n\n```\nsrc/\n├── main.rs            # Entry point\n├── app.rs             # Application logic \u0026 UI\n├── sysinfo_mod.rs     # System info gathering \u0026 logic\n├── process_table.rs   # Process table UI\n├── ui_utils.rs        # Graphs and reusable UI widgets\n└── types/\n    └── mod.rs         # Type definitions \u0026 data models\n```\n\n## Extending\n\n- Add new features by extending `types/mod.rs` and the relevant UI module.\n- Use `sysinfo` for more system data, or integrate with other crates for GPU, sensors, etc.\n\n## License\n\nMIT\n\n---\n\n**Inspired by Windows Task Manager, but open source and cross-platform!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissch-dev%2Ftask-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrissch-dev%2Ftask-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissch-dev%2Ftask-manager/lists"}