mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-20 13:28:07 +02:00
INFO: menu options for m0, m4 and to show the DOCS
related: https://github.com/openoms/joininbox/issues/33
This commit is contained in:
parent
04f056cd74
commit
c6be35e427
5 changed files with 98 additions and 52 deletions
|
|
@ -33,7 +33,7 @@ function getQRstring {
|
|||
}
|
||||
|
||||
# BASIC MENU INFO
|
||||
HEIGHT=13
|
||||
HEIGHT=12
|
||||
WIDTH=55
|
||||
CHOICE_HEIGHT=20
|
||||
TITLE="Tools"
|
||||
|
|
@ -48,7 +48,6 @@ if [ "${runningEnv}" = standalone ]; then
|
|||
fi
|
||||
OPTIONS+=(
|
||||
QR "Display a QR code from any text"
|
||||
DOCS "Show a link to the documentation"
|
||||
CUSTOMRPC "Run a custom bitcoin RPC with curl"
|
||||
BOLTZMANN "Analyze the entropy of a transaction"
|
||||
PASSWORD "Change the ssh password"
|
||||
|
|
@ -82,18 +81,6 @@ case $CHOICE in
|
|||
echo "Press ENTER to return to the menu..."
|
||||
read key
|
||||
;;
|
||||
DOCS)
|
||||
datastring="https://github.com/openoms/joininbox#more-info"
|
||||
clear
|
||||
echo
|
||||
echo "Find a collection of written documentation and links to videos at:"
|
||||
echo "$datastring"
|
||||
echo
|
||||
qrencode -t ANSIUTF8 "${datastring}"
|
||||
echo
|
||||
echo "Press ENTER to return to the menu..."
|
||||
read key
|
||||
;;
|
||||
BOLTZMANN)
|
||||
installBoltzmann
|
||||
getTXID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue