Download fdialog
and install into a local bin directory.
Latest version:
curl -L https://raw.githubusercontent.com/flowdev/fdialog/main/generated/install.sh | sh
Specific version:
curl -L https://raw.githubusercontent.com/flowdev/fdialog/main/generated/install.sh | sh -s 0.0.4
The script will install the binary into $HOME/bin
folder by default, you can override this by setting
$CUSTOM_INSTALL
environment variable
Get the archive that fits your system from the Releases page and
extract the binary into a folder that is mentioned in your $PATH
variable.
The basic usage is:
fdialog run --file dialog.uidl
Please run fdialog help
for more information.
The UIDL file format is documented here.
The project has been scaffolded with the help of kleiner