mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
androguard, ani-cli: add French translation (#8212)
This commit is contained in:
parent
11f4bd15b1
commit
d61c70a633
2 changed files with 44 additions and 0 deletions
16
pages.fr/common/androguard.md
Normal file
16
pages.fr/common/androguard.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# androguard
|
||||
|
||||
> Outil d’ingénierie inverse pour les applications Android. Écrit en Python.
|
||||
> Plus d'informations : <https://github.com/androguard/androguard>.
|
||||
|
||||
- Affiche le manifest d'application Android :
|
||||
|
||||
`androguard axml {{chemin/vers/app.apk}}`
|
||||
|
||||
- Affiche les métadonnées de l'application (version et id d'application) :
|
||||
|
||||
`androguard apkid {{chemin/vers/app.apk}}`
|
||||
|
||||
- Décompile le code Java de l'application :
|
||||
|
||||
`androguard decompile {{chemin/vers/app.apk}} --output {{chemin/vers/dossier}}`
|
28
pages.fr/common/ani-cli.md
Normal file
28
pages.fr/common/ani-cli.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# ani-cli
|
||||
|
||||
> Une CLI pour chercher et regarder des animés.
|
||||
> Plus d'informations : <https://github.com/pystardust/ani-cli>.
|
||||
|
||||
- Cherche un anime par nom :
|
||||
|
||||
`ani-cli "{{nom_de_l_animé}}"`
|
||||
|
||||
- Télécharge l'épisode :
|
||||
|
||||
`ani-cli -d "{{nom_de_l_animé}}"`
|
||||
|
||||
- Utilise VLC comme lecteur de video :
|
||||
|
||||
`ani-cli -v "{{nom_de_l_animé}}"`
|
||||
|
||||
- Spécifie un épisode à regarder :
|
||||
|
||||
`ani-cli -a {{numéro_de_l_épisode}} "{{nom_de_l_animé}}"`
|
||||
|
||||
- Continue de regarder l'animé depuis l'historique :
|
||||
|
||||
`ani-cli -c`
|
||||
|
||||
- Met à jour ani-cli :
|
||||
|
||||
`ani-cli -U`
|
Loading…
Add table
Reference in a new issue