Skip to content

🐟 Basic port of bash's `read -s` command to silently read sensitive input

License

Notifications You must be signed in to change notification settings

dideler/fish-read-silent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

fish-read-silent

Basic port of bash's read -s command to silently read sensitive input.

Install

Install with your favourite fish package manager, such as fisherman or oh-my-fish

# Install with fisher v4
fisher install dideler/fish-read-silent

# Install with fisher v3
fisher add dideler/fish-read-silent

# Install with fisher v2
fisher install dideler/fish-read-silent

# Install with oh-my-fish
omf install https://github.com/dideler/fish-read-silent

Usage

read_silent --help
read_silent secret
read_silent --prompt="Secret β–Ά " secret

About

🐟 Basic port of bash's `read -s` command to silently read sensitive input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages