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>HTML — 4.01 Strict</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>04332FA8-8157-46C4-9854-8C190FFD96C6</string>
|
|
</dict>
|
|
</plist>
|