mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-21 16:10:56 +00:00
22 lines
659 B
Plaintext
Executable File
22 lines
659 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>command</key>
|
|
<string>if [[ ! -f "$TM_NEW_FILE" ]]; then
|
|
TM_DATE=`date +%Y-%m-%d` \
|
|
TM_USERNAME=`niutil -readprop / /users/\$USER realname` \
|
|
perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' \
|
|
< index.html > "$TM_NEW_FILE"
|
|
fi</string>
|
|
<key>extension</key>
|
|
<string>html</string>
|
|
<key>name</key>
|
|
<string>XHTML — 1.0 Strict</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>EBEE6B51-29C7-4362-818F-A190CACD5296</string>
|
|
</dict>
|
|
</plist>
|