{"id":32639949,"url":"https://github.com/ieee-vit/termiboard","last_synced_at":"2025-10-31T02:17:14.235Z","repository":{"id":110539382,"uuid":"299872389","full_name":"IEEE-VIT/termiboard","owner":"IEEE-VIT","description":"A smart CLI Dashboard to fetch cpu, memory and network stats!","archived":false,"fork":false,"pushed_at":"2020-11-04T00:07:09.000Z","size":173,"stargazers_count":35,"open_issues_count":7,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-24T04:45:47.743Z","etag":null,"topics":["cli","cli-dashboard","cpu-monitoring","golang","memory-monitoring","system","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","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/IEEE-VIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2020-09-30T09:35:24.000Z","updated_at":"2024-04-05T15:57:30.000Z","dependencies_parsed_at":"2023-04-24T15:18:23.033Z","dependency_job_id":null,"html_url":"https://github.com/IEEE-VIT/termiboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IEEE-VIT/termiboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Ftermiboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Ftermiboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Ftermiboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Ftermiboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IEEE-VIT","download_url":"https://codeload.github.com/IEEE-VIT/termiboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Ftermiboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281914592,"owners_count":26583095,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","cli-dashboard","cpu-monitoring","golang","memory-monitoring","system","terminal"],"created_at":"2025-10-31T02:16:35.789Z","updated_at":"2025-10-31T02:17:14.228Z","avatar_url":"https://github.com/IEEE-VIT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Termiboard\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/IEEE-VIT/termiboard/)\n[![GitHub license](https://img.shields.io/github/license/IEEE-VIT/termiboard.svg)](https://github.com/IEEE-VIT/termiboard/blob/master/LICENSE)\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/IEEE-VIT/termiboard.svg)](https://github.com/IEEE-VIT/termiboard)\n[![GitHub Workflow Build Passing](https://img.shields.io/github/workflow/status/IEEE-VIT/termiboard/termiboard-build)](https://github.com/IEEE-VIT/termiboard)\n[![GitHub Open Issues](https://img.shields.io/github/issues-raw/IEEE-VIT/termiboard)](https://github.com/IEEE-VIT/termiboard/issues?q=is%3Aopen+is%3Aissue)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/IEEE-VIT/termiboard/issues/new/choose)\n\nThe cross platform CLI Dashboard which shows all your system stats and info in an instant.\n\n## Getting Started\n* Fork it.\n\n* Clone your forked repo and move inside it:\n\n`git clone https://github.com/\u003cyour-github-username\u003e/termiboard.git \u0026\u0026 cd termiboard`\n\n* Checkout to a new branch to work on an issue:\n\n`git checkout -b my-amazing-feature`\n\n* Run termiboard\n```console\ngo run .\n```\n\n* Build termiboard\n```console\ngo build\n./termiboard\n```\n\n* Once you're all done coding, it's time to open a PR :)\nRun the following commands from the root of the project directory:\n\n`git add .`\n\n`git commit -m \"A short description about the feature.\"`\n\n`git push origin \u003cmy-amazing-feature\u003e`\n\nOpen your forked repo in your browser and then raise a PR to the `master` branch of this repository!\n\n## Usage\nOnce the executable file is created, the program can be executed as:\n\n### Without Flag Options\nThis will by default show all the parameters of the System.\n```console\n./termiboard\n```\nOutput:   \n![Complete Output SS](assets/Termiboard.PNG)\n### With Flag Options\nIf the flag options are passed, then the specific parameters of the System will be displayed.\n```console\n./termiboard --cpu-usage\n```\nOutput:       \n![CPU Info Output SS](assets/CpuInfo.PNG)\n#### All Available Options\n```console\n./termiboard --help\n```\n| Flag        | Function                                        |\n|-------------|-------------------------------------------------|\n| --all       | Show all stats                                  |\n| --cpu-info  | Show CPU information                            |\n| --cpu-usage | Show CPU usage                                  |\n| --disk      | Show disk usage                                 |\n| --local-ip  | Show local IP address                           |\n| --public-ip | Show public IP address                          |\n| --ram       | Show RAM usage                                  |\n| --top5-ram  | Show top 5 process that consume the most memory |\n\n## Contributing\nTo start contributing, check out [CONTRIBUTING.md](https://github.com/IEEE-VIT/termiboard/blob/master/CONTRIBUTING.md). New contributors are always welcome to support this project. Kindly consider leaving a :star: if you like the project :)\n\n## License\nThis project is licensed under [MIT](https://github.com/IEEE-VIT/termiboard/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieee-vit%2Ftermiboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fieee-vit%2Ftermiboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieee-vit%2Ftermiboard/lists"}