androguard, ani-cli: add French translation (#8212)

pull/1/head
Nicolas Hansse 2022-07-20 14:40:29 +02:00 committed by GitHub
parent 11f4bd15b1
commit d61c70a633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# androguard
> Outil dingé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}}`

View 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`