1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

ansiweather, apkleaks: use imperative descriptions (#12944)

This commit is contained in:
Reinhart Previano Koentjoro 2024-06-12 04:33:00 +07:00 committed by GitHub
parent 4050339265
commit e1c7803f67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# ansiweather # ansiweather
> A shell script for displaying the current weather conditions in your terminal. > Display the current weather conditions in your terminal.
> More information: <https://github.com/fcambus/ansiweather>. > More information: <https://github.com/fcambus/ansiweather>.
- Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation: - Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation:

View file

@ -1,6 +1,6 @@
# apkleaks # apkleaks
> An APK file scanner for exposing URIs, endpoints, and secrets. > Expose URIs, endpoints, and secrets from APK files.
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files. > Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
> More information: <https://github.com/dwisiswant0/apkleaks>. > More information: <https://github.com/dwisiswant0/apkleaks>.