Permalink
Browse files

๐Ÿ“ Added README and MIT LICENSE

  • Loading branch information...
1 parent cfa8be9 commit 552260e5b83b4e969c855c68d7712f81231e6f1a @warpling committed Jul 7, 2016
Showing with 49 additions and 0 deletions.
  1. +21 โˆ’0 LICENSE.txt
  2. +16 โˆ’0 README.md
  3. +12 โˆ’0 emoji substitutions.plist
View
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) [year] [fullname]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
View
@@ -0,0 +1,16 @@
+# How to "install" Macmoji
+
+1) Open System Preferences
+2) Navigate to Keyboard > Text
+3) Drag the `emoji substituions.plist` to the list of substitutions
+
+## FAQ
+
+#### ๐Ÿค” Can I change/remove substitutions?
+Yep! Macmoji substituions are ordinary text substituions. You can even create your own from the preference pane. Double click an entry to change it, highlight and hit delete to remove it. To select multiple substituions select one and then while holding shift select another; hit delete to remove.
+
+#### ๐Ÿ’ฉ Why the colon?
+Well it's what Slack does *and* it prevents mac os's autocomplete from being too aggressive when you're just trying to type normal sentences like, "ghost bananas are cool."
+
+#### ๐Ÿ˜ฑ You made a mistake!
+Let me know in the issues *orrr* file a [pull request](https://yangsu.github.io/pull-request-tutorial/)!
View
@@ -2146,6 +2146,12 @@
</dict>
<dict>
<key>phrase</key>
+ <string>๐Ÿ‘‹</string>
+ <key>shortcut</key>
+ <string>:bye:</string>
+ </dict>
+ <dict>
+ <key>phrase</key>
<string>๐Ÿ‘Œ</string>
<key>shortcut</key>
<string>:ok_hand:</string>
@@ -5260,6 +5266,12 @@
</dict>
<dict>
<key>phrase</key>
+ <string>๐Ÿค”</string>
+ <key>shortcut</key>
+ <string>:thinking:</string>
+ </dict>
+ <dict>
+ <key>phrase</key>
<string>๐Ÿค•</string>
<key>shortcut</key>
<string>:face_with_head_bandage:</string>

0 comments on commit 552260e

Please sign in to comment.