From 9c557e0c60efa845007ea52b39348c8fe476c04a Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 3 Jan 2025 00:17:33 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bundletool | 2 +- tldr/tldr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tldr/bundletool b/tldr/bundletool index 0bf2a48e..9d26fa04 100644 --- a/tldr/bundletool +++ b/tldr/bundletool @@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git - Generate APKs from an application bundle giving the keystore password: -`bundletool build-apks --bundle {{path/to/bundle.aab}} --ks {{path/to/key.keystore}} --ks-key-alias {{key_alias}} –ks-pass {{pass:the_password}} --output {{path/to/file.apks}}` +`bundletool build-apks --bundle {{path/to/bundle.aab}} --ks {{path/to/key.keystore}} --ks-key-alias {{key_alias}} --ks-pass {{pass:the_password}} --output {{path/to/file.apks}}` - Generate APKs including only one single APK for universal usage: diff --git a/tldr/tldr b/tldr/tldr index 3de674ba..b7eb6800 100644 --- a/tldr/tldr +++ b/tldr/tldr @@ -36,3 +36,7 @@ source: https://github.com/tldr-pages/tldr.git - [l]ist all available subcommand pages for a command: `tldr --list | grep {{command}} | column` + +- Print the tldr page for a random command: + +`tldr --list | shuf -n1 | xargs tldr`