mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

* إضافة ترجمة عربية لأوامر CLI * Fixed 'More information' links and updated outdated pages * Fixed 'More information' links and updated outdated pages * Update * Parser compatible * Update pages.ar/common/tldr.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update tldr.md --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
1.5 KiB
1.5 KiB
tldr
يعرض صفحات مساعدة مبسطة للأوامر في سطر الأوامر، مستمدة من مشروع tldr-pages. ملاحظة: الخيارات
--language
و--list
ليست مطلوبة وفقًا للمواصفات، ولكن معظم العملاء يدعمونها. لمزيد من التفاصيل: https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface.
- عرض صفحة tldr لأمر معين (تلميح: هذا ما أوصلك إلى هنا!):
tldr {{command}}
- عرض صفحة tldr لأمر فرعي معين:
tldr {{command}} {{subcommand}}
- عرض صفحة tldr لأمر بلغة معينة (إن وجدت، وإلا سيتم الرجوع إلى الإنجليزية):
tldr {{[-L|--language]}} {{language_code}} {{command}}
- عرض صفحة tldr لأمر من نظام تشغيل معين:
tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}
- تحديث ذاكرة التخزين المؤقت لصفحات tldr:
tldr {{[-u|--update]}}
- عرض قائمة بجميع الصفحات المتاحة للمنصة الحالية وللأوامر الشائعة:
tldr {{[-l|--list]}}
- عرض جميع الصفحات الفرعية المتاحة لأمر معين:
tldr {{[-l|--list]}} | grep {{command}} | column
- عرض صفحة tldr لأمر عشوائي:
tldr {{[-l|--list]}} | shuf {{[-n|--head-count]}} 1 | xargs tldr