{"id":13706555,"url":"https://github.com/jchomarat/wttop","last_synced_at":"2025-05-05T20:32:07.903Z","repository":{"id":64200803,"uuid":"201211939","full_name":"jchomarat/wttop","owner":"jchomarat","description":"System monitor for the new Windows Terminal","archived":false,"fork":false,"pushed_at":"2020-04-03T13:27:44.000Z","size":394,"stargazers_count":83,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-13T14:46:54.282Z","etag":null,"topics":["dotnetcore","gtop","htop","system-information","terminal","windows-terminal"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jchomarat.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}},"created_at":"2019-08-08T08:17:13.000Z","updated_at":"2024-11-01T11:07:24.000Z","dependencies_parsed_at":"2023-01-15T04:00:59.179Z","dependency_job_id":null,"html_url":"https://github.com/jchomarat/wttop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchomarat%2Fwttop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchomarat%2Fwttop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchomarat%2Fwttop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchomarat%2Fwttop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchomarat","download_url":"https://codeload.github.com/jchomarat/wttop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252571220,"owners_count":21769797,"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":["dotnetcore","gtop","htop","system-information","terminal","windows-terminal"],"created_at":"2024-08-02T22:00:59.962Z","updated_at":"2025-05-05T20:32:07.897Z","avatar_url":"https://github.com/jchomarat.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# wttop\r\n\r\nYou love the new [Windows Terminal](https://github.com/microsoft/terminal)? **So do I**!\r\n\r\nYou love [gtop](https://github.com/aksakalli/gtop) or [htop](https://github.com/hishamhm/htop)? **So do I**!\r\n\r\nThat is why I decided to make an equivalent in [dotnetcore](https://github.com/dotnet/core) using [Miguel De Icaza work for Terminal UI](https://github.com/migueldeicaza/gui.cs).\r\n\r\n**Wttop** is a simple system monitor for the terminal:\r\n\r\n![wttop print screen](doc/wttop-1.1.png)\r\n\r\n## Version 1.1\r\n\r\nThis version, although it is built on the cross-platform *dotnetcore 3.1*, does only support **Windows**. The reason is that it uses WMI - P/invoke to gather metrics.\r\n\r\nHowever, it is made to be cross-platform. I just need to implement the [ISystemInfo](Core/ISystemInfo.cs) interface for both OSX and Linux.\r\n\r\nThe widgets available are:\r\n\r\n* Machine name / version / uptime / System time\r\n* CPU activity (virtual CPUs)\r\n* RAM/SWAP usage\r\n* Network activity\r\n* Disk activity (aggregation of all disks)\r\n* Disk usage (list all the available disks)\r\n* List of top 15 processes\r\n\r\n## Installation\r\n\r\n### Manual\r\n\r\nWith *dotnetcore 3.1*, only one self-contained .exe file is used. You do not even need to have *dotnetcore 3.1* installed on your machine.\r\n\r\nSimply download the [latest version](https://github.com/jchomarat/wttop/releases), store it somewhere in your *$path*, and run the command from a *terminal* \r\n\r\n```sh\r\n/\u003e wttop.exe\r\n```\r\n\r\n### Via scoop\r\n\r\nIf yo do not know [Scoop](https://scoop.sh/), go and check it out. I find it easier than Chocolatey.\r\n\r\nOnce [Scoop](https://scoop.sh/) is installed on your machine, simply run the following command:\r\n\r\n```sh\r\n/\u003e scoop install wttop\r\n```\r\n\r\nThen, you can run\r\n\r\n```sh\r\n/\u003e wttop.exe\r\n```\r\n\r\n## Usage\r\n\r\nAs of version 1.1, I replaced some WMI calls by p/invoke, much quicker. I have also introduced a couple of commands:\r\n\r\n* Press *C* to order processes by CPU usage (default)\r\n* Press *M* to order processes by Memory usage\r\n* Press *Q* to quit\r\n\r\n## Todo\r\n\r\n[x] Add system time widget\r\n\r\n[ ] Make it compatible with OSX\r\n\r\n[ ] Make it compatible with Linux\r\n\r\n[ ] Allow command to kill a process\r\n\r\n[ ] Investigate the ability to adjust layout, via config file for instance\r\n\r\n## License\r\n\r\nWttop is under [MIT license](https://github.com/jchomarat/wttop/blob/master/LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchomarat%2Fwttop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchomarat%2Fwttop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchomarat%2Fwttop/lists"}