Forrest logo
back to context overview

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 machine
    explain this command
  • nms:tldr:44098 nms: Decrypt output immediately, without waiting for a keystroke.
    $ ${ls -la} | nms -a
    try on your machine
    explain this command
  • nms:tldr:775d0 nms: Decrypt text after a keystroke.
    $ echo "${Hello, World!}" | nms
    try on your machine
    explain this command
  • nms:tldr:8a2df nms: Clear the screen before decrypting.
    $ ${command} | nms -a -c
    try on your machine
    explain this command
back to context overview