Today I’ve made a little snippet for writing headers in shell scripts.
This is for “Sublime Text” using the cool Textmatish snippet syntax.
The `date` part is filled using the ‘InsertDate’ plugin from Sublimes [package repo](https://packagecontrol.io/packages/InsertDate).
Pretty cool! Enjoy 🙂
<snippet> <content><![CDATA[ #!/usr/bin/bash ############################################################################### # # # FILENAME: ${1:filename} # DESCRIPTION: ${2:description} # AUTHOR: Your name # CREATED: ${3:date} # # ############################################################################### ${4:text} ]]></content> <tabTrigger>bash</tabTrigger> </snippet>
Skriv et svar