mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
screencap: add page; ani-cli: add Malayalam translation (#8728)
This commit is contained in:
parent
52c0ef4698
commit
de84d048c7
3 changed files with 46 additions and 0 deletions
28
pages.ml/common/ani-cli.md
Normal file
28
pages.ml/common/ani-cli.md
Normal 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`
|
9
pages.ta/android/screencap.md
Normal file
9
pages.ta/android/screencap.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# screencap
|
||||||
|
|
||||||
|
> மொபைல் டிஸ்ப்ளேவின் ஸ்கிரீன் ஷாட்டை எடுக்கவும்.
|
||||||
|
> இந்த கட்டளையை `adb shell` மூலம் மட்டுமே பயன்படுத்த முடியும்.
|
||||||
|
> மேலும் விவரத்திற்கு: <https://developer.android.com/studio/command-line/adb#screencap>.
|
||||||
|
|
||||||
|
- ஒரு ஸ்கிரீன் ஷாட்டை எடுங்கள்:
|
||||||
|
|
||||||
|
`adb shell screencap {{பாதை/டு/கோப்பு}}`
|
9
pages/android/screencap.md
Normal file
9
pages/android/screencap.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue