Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titsuki/raku-terminal-getpass
A getpass implementation for Raku
https://github.com/titsuki/raku-terminal-getpass
getpass perl6 raku zef
Last synced: 4 months ago
JSON representation
A getpass implementation for Raku
- Host: GitHub
- URL: https://github.com/titsuki/raku-terminal-getpass
- Owner: titsuki
- License: artistic-2.0
- Created: 2018-01-20T07:23:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T07:35:24.000Z (over 2 years ago)
- Last Synced: 2024-09-30T20:39:38.057Z (4 months ago)
- Topics: getpass, perl6, raku, zef
- Language: Raku
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/titsuki/raku-Terminal-Getpass/workflows/test/badge.svg)](https://github.com/titsuki/raku-Terminal-Getpass/actions)
NAME
====Terminal::Getpass - A getpass implementation for Raku
SYNOPSIS
========use Terminal::Getpass;
my $password = getpass;
say $password;DESCRIPTION
===========Terminal::Getpass is a getpass implementation for Raku.
METHODS
-------### getpass
Defined as:
sub getpass(Str $prompt = "Password: ", IO::Handle $stream = $*ERR --> Str) is export
Reads password from a command line secretly and returns the text.
AUTHOR
======Itsuki Toyota
COPYRIGHT AND LICENSE
=====================Copyright 2018 Itsuki Toyota
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.