Please visit the main repository for more information.
npm i -g @not3/cli
not3 --help
docker run --rm -it -v "$(pwd):/data" ghcr.io/not-three/cli --help
# e.g. to encrypt a file
docker run --rm -it -v "$(pwd):/data" ghcr.io/not-three/cli encrypt -f secret.txt -o secret.txt.enc