
nms
List of commands for nms:
-
nms:tldr:3babe nms: Decrypt the content of a file, with a custom output color.$ cat ${filename} | nms -a -f ${select}try on your machineexplain this command
-
nms:tldr:44098 nms: Decrypt output immediately, without waiting for a keystroke.$ ${ls -la} | nms -atry on your machineexplain this command
-
nms:tldr:775d0 nms: Decrypt text after a keystroke.$ echo "${Hello, World!}" | nmstry on your machineexplain this command
-
nms:tldr:8a2df nms: Clear the screen before decrypting.$ ${command} | nms -a -ctry on your machineexplain this command