You could do this with ruby for instance: #!/usr/bin/env ruby print "[${1:description}][${2:id}]$0" + STDIN.read + "\n[${2:id}]: ${3:href}"
You could do this with ruby for instance:
#!/usr/bin/env ruby
print "[${1:description}][${2:id}]$0" + STDIN.read + "\n[${2:id}]: ${3:href}"