mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-21 08:00:58 +00:00
22 lines
664 B
Plaintext
Executable File
22 lines
664 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.0 Transitional</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>E6F19171-F664-4B4F-92DA-3E15E6CAD35C</string>
|
|
</dict>
|
|
</plist>
|