{"id":18048131,"url":"https://github.com/startautomating/menushell","last_synced_at":"2025-04-10T09:49:12.868Z","repository":{"id":16716651,"uuid":"19473577","full_name":"StartAutomating/MenuShell","owner":"StartAutomating","description":"MenuShell is a PowerShell module for rapidly making console menus","archived":false,"fork":false,"pushed_at":"2014-05-05T22:44:37.000Z","size":116,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T08:46:06.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartAutomating.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-05T22:39:50.000Z","updated_at":"2024-09-13T11:41:30.000Z","dependencies_parsed_at":"2022-08-25T11:20:07.638Z","dependency_job_id":null,"html_url":"https://github.com/StartAutomating/MenuShell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FMenuShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FMenuShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FMenuShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FMenuShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/MenuShell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197459,"owners_count":21063619,"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":[],"created_at":"2024-10-30T20:11:42.751Z","updated_at":"2025-04-10T09:49:12.827Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","readme":"\r\n\r\n[Official Website](http://MenuShell.Start-Automating.com)\r\n\r\n\r\n    \r\n    \r\n### MenuShell is a sweet and simple PowerShell module to help you make console menus.\r\n\r\n\r\nBecause everyone wants them, and no one wants to make them by hand.\r\n\r\n\r\nTo use MenuShell, just use the command Start-MenuShell.   To exit menu shell, type exit or quit.\r\n\r\n\r\nHere's a simple demo MenuShell to explore your system:\r\n\r\n\r\n    Start-MenuShell -Menu @{\r\n            \"Processes\" = @{\r\n                \"Get\" = { Get-Process } \r\n                Run = { Start-Process }  \r\n            }\r\n            \"Services\" = @{\r\n        \r\n            }\r\n            \"Performance\" = @{\r\n                \"CPU\" = { Get-Counter '\\Processor(*)\\% Processor Time'  } \r\n                'Disks' = { Get-Counter '\\PhysicalDisk(*)\\% Disk Read Time', '\\PhysicalDisk(*)\\% Disk Write Time', '\\PhysicalDisk(*)\\% Idle Time', '\\PhysicalDisk(*)\\% Disk Time' } \r\n        \r\n            }\r\n            \"Disks\" = @{\r\n                \"%Free\" = { Get-Counter '\\LogicalDisk(*)\\% Free Space' } \r\n            }\r\n        } \r\n\r\n\r\n\r\nMenuShell is built with one simple command (Start-MenuShell) and one formatter.  It was written with the help of [EZOut](http://ezout.start-automating.com).\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fmenushell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartautomating%2Fmenushell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fmenushell/lists"}