According to this article, there are now the options “lang” and “quiet”.
While testing the script (version 2025-05-25 23:39 CEST), I noticed that lang=de has no effect (or I understand it wrong) and the flags -q and --quiet are currently not listed in the help output (--help or -h). Also, when using these flags, the script still outputs colored text and visible module loading progress when running:
nc-apps appstore 'map(select(.created > "2025-05-20"))' lang=de -q
nc-apps appstore 'map(select(.created > "2025-05-20"))' lang=de --quiet

nc-apps --help --nopager | grep -E '^[[:space:]]+lang='
lang=[ISO 639-1] language to be used for translations instead of the detected locale on your computer, which is "de"
According to this article, there are now the options “lang” and “quiet”.
While testing the script (version
2025-05-25 23:39 CEST), I noticed thatlang=dehas no effect (or I understand it wrong) and the flags-qand--quietare currently not listed in the help output (--helpor-h). Also, when using these flags, the script still outputs colored text and visible module loading progress when running:lang=[ISO 639-1] language to be used for translations instead of the detected locale on your computer, which is "de"