screencap: add page; ani-cli: add Malayalam translation (#8728)

pull/1/head
K.B.Dharun Krishna 2022-10-13 16:58:46 +05:30 committed by GitHub
parent 52c0ef4698
commit de84d048c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# ani-cli
> അനിമേ തിരയുവാനും കാണുവാനുമുള്ള കമാൻഡ് ലൈൻ യൂട്ടിലിറ്റി.
> കൂടുതൽ വിവരങ്ങൾ: <https://github.com/pystardust/ani-cli>.
- ഒരു അനിമേയുടെ പേര് സെർച്ച് ചെയ്യുവാൻ:
`ani-cli "{{അനിമേയുടെ_പേര്}}"`
- ഒരു എപ്പിസോഡ് ഡൗൺലോഡ് ചെയ്യുവാൻ:
`ani-cli -d "{{അനിമേയുടെ_പേര്}}"`
- വി.എൽ.സി മീഡിയ പ്ലേയറിൽ കാണുവാൻ:
`ani-cli -v "{{അനിമേയുടെ_പേര്}}"`
- നിശ്ചിത എപ്പിസോഡ് കാണുവാൻ:
`ani-cli -a {{എപ്പിസോഡ്_നമ്പർ}} "{{അനിമേയുടെ_പേര്}}"`
- മുൻപ് കണ്ടുകൊണ്ടിരുന്ന അനിമേ തുടർന്ന് കാണുവാൻ:
`ani-cli -c`
- ഈ യൂട്ടിലിറ്റി അപ്ഡേറ്റ് ചെയ്യുവാൻ:
`ani-cli -U`

View File

@ -0,0 +1,9 @@
# screencap
> மொபைல் டிஸ்ப்ளேவின் ஸ்கிரீன் ஷாட்டை எடுக்கவும்.
> இந்த கட்டளையை `adb shell` மூலம் மட்டுமே பயன்படுத்த முடியும்.
> மேலும் விவரத்திற்கு: <https://developer.android.com/studio/command-line/adb#screencap>.
- ஒரு ஸ்கிரீன் ஷாட்டை எடுங்கள்:
`adb shell screencap {{பாதை/டு/கோப்பு}}`

View File

@ -0,0 +1,9 @@
# screencap
> Take a screenshot of a mobile display.
> This command can only be used through `adb shell`.
> More information: <https://developer.android.com/studio/command-line/adb#screencap>.
- Take a screenshot:
`adb shell screencap {{path/to/file}}`