{"id":21995987,"url":"https://github.com/andria-dev/pwsh-readlinewithhistory","last_synced_at":"2026-04-21T16:35:22.402Z","repository":{"id":235707133,"uuid":"613786369","full_name":"andria-dev/pwsh-ReadLineWithHistory","owner":"andria-dev","description":"A module for reading from the console with up and down arrow history. Includes support for basic backspace, delete, left arrow, right arrow, home, and end keys.","archived":false,"fork":false,"pushed_at":"2023-03-18T10:51:16.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T10:46:39.750Z","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/andria-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-14T09:15:31.000Z","updated_at":"2023-03-14T09:45:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"910a32fd-f8c4-49ad-bc10-c5e4a27a925e","html_url":"https://github.com/andria-dev/pwsh-ReadLineWithHistory","commit_stats":null,"previous_names":["andria-dev/pwsh-readlinewithhistory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andria-dev%2Fpwsh-ReadLineWithHistory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andria-dev%2Fpwsh-ReadLineWithHistory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andria-dev%2Fpwsh-ReadLineWithHistory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andria-dev%2Fpwsh-ReadLineWithHistory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andria-dev","download_url":"https://codeload.github.com/andria-dev/pwsh-ReadLineWithHistory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245053821,"owners_count":20553398,"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-11-29T21:19:39.818Z","updated_at":"2026-04-21T16:35:17.335Z","avatar_url":"https://github.com/andria-dev.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwsh-ReadLineWithHistory\n\nWorks on Linux.\n\n## Usage\n\n```pwsh\nImport-Module ReadLineWithHistory;\n$Reader = New-ReadLineWithHistory;\n\nwhile ($True) {\n  $Command = $Reader.ReadLine(\"$env:USER - $env:PWD\u003e \");\n  # Process the command\n}\n\n# Or\n\n$Input = $Reader.ReadLine(\"PROMPT: \");\n# Process the input\n$Input = $Reader.ReadLine(\"PROMPT: \");\n# Process the input\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandria-dev%2Fpwsh-readlinewithhistory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandria-dev%2Fpwsh-readlinewithhistory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandria-dev%2Fpwsh-readlinewithhistory/lists"}