2025-11-11 16:45:38 +00:00
2025-11-06 02:30:35 +00:00
2025-11-06 02:30:35 +00:00
2025-11-11 03:56:12 +00:00
2025-11-11 03:11:01 +00:00
2025-11-11 03:11:18 +00:00
2025-11-11 16:45:38 +00:00
2025-11-04 00:16:09 +00:00
2025-10-20 17:56:34 +01:00
2025-10-20 19:26:48 +01:00

cradle BASH Utilities

Whats inside

  • japg.sh generate a capitalised, delimiter-separated passphrase with one random digit appended to a word
  • jascp.sh bidirectional SCP helper: download-only (-d), upload-only (-u), or download-edit
  • jau.sh DNF and flatpak updater
  • install.sh installer that drops the tools into /usr/local/bin and /usr/share/dict
  • dict/japg.list word list used by japg.sh

Quick start

git clone https://github.com/emptyproduce/cradle.git
./cradle/install.sh 

Usage

japg.sh

japg.sh [NUM_WORDS] [DELIMITER]     # default: 3 words, delimiter “-”

jascp.sh

jascp.sh          # download → edit (default codium)
jascp.sh -d       # download only
jascp.sh -u       # upload only

jau.sh

jau.sh

Requirements

  • bash, scp, ssh, xclip, shuf, paste, tr
  • Root privileges only for install.sh and jau.sh when system updates occur

License

GNU Affero General Public License v3.0 see LICENSE file.

Description
No description provided
Readme AGPL-3.0 156 MiB
Languages
CSS 64.1%
Shell 35.9%