Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 408 Bytes

File metadata and controls

20 lines (11 loc) · 408 Bytes

TaskManager

Features

  • UI of application fully written in SwiftUI
  • Gains system information by parsing ps and top commands (XPCService is using for that)
  • You can kill a process (be careful with this). This feature is kill -9 under the hood
  • You can kill a process by pressing Enter

Screenshots

Usage