• This repository has been archived on 19/May/2022
  • Stars
    star
    9
  • Rank 1,939,727 (Top 39 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Task manager for macOS fully implemented in SwiftUI

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