All Prompts
All Prompts

cardcodedarkterminalcopyable
Code Block File Path
Компонент для отображения путей к файлам и URL в виде моноширинного блока кода. Идеален для документации и системной информации.
Prompt
<div class="bg-gray-900 rounded-lg p-4 max-w-4xl shadow-lg">
<style>@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap');</style>
<div class="flex items-center justify-between mb-3">
<span class="text-xs text-gray-400 uppercase tracking-wider font-sem style=" font-family:="" 'jetbrains="" mono',="" 'courier="" new',="" monospace;"="">File Path</span>
<button class="text-gray-400 hover:text-white transition-colors duration-150" onclick="navigator.clipboard.writeText('file:///C:/Users/harvinder/Desktop/my%20edits.mp4')">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"></path>
</svg>
</button>
</div>
<pre class="text-sm text-green-400 overflow-x-auto" style="font-family: 'JetBrains Mono', 'Courier New', monospace;">
<code>file:///C:/Users/harvinder/Desktop/my%20edits.mp4</code>
</pre>
</div>