1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 04:55:46 +02:00
tldr/pages.hi/common/starship.md
Karthik Vallamsetla 85e28a69b5
starship: add Hindi translation (#14748)
* starship: add Hindi translation

* Update pages.hi/common/starship.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-11-09 12:29:38 -08:00

2 KiB

starship

किसी भी शेल के लिए न्यूनतम, तेज़, और अनंत अनुकूलन योग्य प्रॉम्प्ट। कुछ उपकमांड जैसे init का अपना उपयोग दस्तावेज़ है। अधिक जानकारी: https://starship.rs

  • निर्दिष्ट शेल के लिए स्टारशिप एकीकरण कोड प्रिंट करें:

starship init {{bash|elvish|fish|ion|powershell|tcsh|zsh|nu|xonsh|cmd}}

  • वर्तमान प्रॉम्प्ट के प्रत्येक भाग को समझाएं और उन्हें रेंडर करने में लगे समय को दिखाएं:

starship explain

  • गणना की गई स्टारशिप कॉन्फ़िगरेशन प्रिंट करें (डिफ़ॉल्ट कॉन्फ़िगरेशन प्रिंट करने के लिए --default का उपयोग करें):

starship print-config

  • समर्थित मॉड्यूल की सूची बनाएं:

starship module --list

  • डिफ़ॉल्ट संपादक में स्टारशिप कॉन्फ़िगरेशन संपादित करें:

starship configure

  • सिस्टम और स्टारशिप कॉन्फ़िगरेशन के बारे में जानकारी के साथ पूर्व-भरे हुए बग रिपोर्ट GitHub मुद्दा बनाएं:

starship bug-report

  • निर्दिष्ट शेल के लिए पूर्णता स्क्रिप्ट प्रिंट करें:

starship completions {{bash|elvish|fish|powershell|zsh}}

  • उपकमांड के लिए सहायता प्रदर्शित करें:

starship {{उपकमांड}} --help