initial import
This commit is contained in:
13
generate-password48.sh
Executable file
13
generate-password48.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Generate password (48 characters)
|
||||
# @raycast.mode silent
|
||||
# @raycast.packageName Developer Utilities
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 💻
|
||||
|
||||
echo -n `pwgen 48 1` | pbcopy
|
||||
pbpaste
|
Reference in New Issue
Block a user