forked from chrisgrieser/twitter-workspace-for-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shorten_list.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 5.
64 lines (60 loc) · 1.36 KB
/
shorten_list.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
//INSTRUCTION
//this csv is used by this action for the Drafts app: https://actions.getdrafts.com/a/1mE
//you can make a pull request to add your own suggestions
//===============================================================================
//in some cases, you want to add a space (" ") as prefix or suffix, to prevent unintended replacements, e.g. "youth" ➞ "uth"
//empty lines and lines *beginning* with "//" will be filtered out
//remember that the replacements are case sensitive
//dont do regex here
//===============================================================================
//internet lingo
"Facebook","FB"
"Youtube","YT"
"retweet","RT"
//English
"you ","u "
"obvious","obv"
"because","bc"
"don't","dont"
"number","no"
"people","ppl"
"until","til"
"cannot","cant"
"experience","exp."
"In my opinion","IMO"
"at the moment","atm"
"be right back","brb"
"In my view","IMO"
" for"," 4"
"good job","gj"
"before","b4"
"great","gr8"
"night","n8"
"late","l8"
"wait","w8"
"please","pls"
"something","sth"
"someone","so"
"somebody","sb"
" kind of"," kinda"
"love","❤️"
" and"," &"
"without","w/o"
" with"," w/"
"thanks","thx"
"thank you","thx"
//German
"zwischen","zw"
" wegen"," wg"
"allgemein","allg"
" oder"," /"
"liebe","❤️"
"jemand","jmd"
" und"," &"
"eigentlich","eig"
"Zusammenfassung","Zsfg"
" vor", " v"
" von"," v"
"Deutschland","D"
"Europa ","EU "
"deutsch","dt"