issues
search
condemil
/
gist
Sublime Text plugin for creating new Gists from selected text
MIT License
725
stars
136
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
import random def colorful_message(message): colors = ["\033[1;31m", "\033[1;32m", "\033[1;33m", "\033[1;34m", "\033[1;35m", "\033[1;36m"] end_color = "\033[0m" colorful_msg = "" for char in message: colorful_msg += random.choice(colors) + char colorful_msg += end_color return colorful_msg message = "Chúc chị hai 8/3 thật nhiều vui vẻ" colorful_msg = colorful_message(message) print(colorful_msg)
#199
ojihjhuhv
closed
8 months ago
0
Activities
#198
Kaung393
closed
10 months ago
0
Dhehe
#197
nguyenvanngoc-2008
closed
1 year ago
0
Why my sublimetext 4 occur a problem: I want to create a private gist,when I knock "enter",can't go into next step
#196
Franklyn1987
opened
2 years ago
0
Fix 304 response errors, better caching/etc
#195
jtsternberg
opened
2 years ago
0
Update badge urls
#194
condemil
closed
3 years ago
0
Switch to GitHub Actions
#193
condemil
closed
3 years ago
0
Fix conflict between two gist with same name
#192
dhirendrx
closed
3 years ago
1
Gist
#191
SpenceQ
closed
3 years ago
0
Feature Request: Open in Browser
#190
ghost
opened
6 years ago
0
Inserting gist into the currently open file
#189
latushko-igor
opened
6 years ago
0
update set_syntax helper
#188
cyberhck
closed
3 years ago
1
unknown error
#187
jilizeko
opened
6 years ago
0
unable to update old gist file from Open Gist command
#186
zymr-keshav
closed
7 years ago
1
Sublime Text 3: unknown error
#185
skylock
closed
5 years ago
2
Gist menu items greyed out
#184
liverezPatterns
opened
7 years ago
4
gist plugin not loaded
#183
kevinawoo
closed
7 years ago
1
Cannot open Gist
#182
shao362
closed
7 years ago
0
Updated readme to match changes in GitHub
#181
selfish
closed
7 years ago
0
no reaction
#180
YeomanYe
opened
7 years ago
2
plugin forgets what gist file belongs to
#179
diego898
opened
8 years ago
3
The selection is lost when I use keyboard to select text
#178
hepingtao
opened
8 years ago
1
Gist: GitHub returned error 404: Not Found
#177
herotha
closed
7 years ago
1
Problems with SB3 and Gist on Mac OS El Capitan
#175
robertovg
closed
7 years ago
1
Fix settings, enable enterprise, and format
#174
vmuriart
closed
7 years ago
5
Create public/private gist does not work
#173
sambsbdev
opened
8 years ago
2
Refactoring
#172
sanchopanca
closed
7 years ago
7
resolve #144 issue with max gists
#171
NetoBuenrostro
closed
7 years ago
1
Launch gist in browser
#170
amyleew
closed
9 years ago
4
Copy gist link to clipboard
#169
amyleew
closed
7 years ago
1
Token code returns 401
#168
moltar
closed
7 years ago
7
Save hook does not work for a new gist
#167
moltar
opened
9 years ago
0
use_starred showing all gists
#166
irbrad
closed
7 years ago
1
Added git-io.py
#165
avamsi
closed
7 years ago
0
Added list command to copy raw gist URLs
#164
tweekmonster
closed
8 years ago
0
Gitlab support
#163
jrock2004
closed
7 years ago
1
Error create gist public
#162
renanmpimentel
closed
9 years ago
1
Installation problems - cannot add token/edit settings
#161
wyrd-code
closed
9 years ago
2
Move gist_title function call after condition
#160
vkzawa
closed
7 years ago
0
fixed update description method
#159
eyalzek
closed
7 years ago
0
Getting 2 error alerts while trying to change description ("uknown error" & "GitHub returned error 401")
#158
eyalzek
closed
7 years ago
2
Wrong behavior with identical filenames
#157
hermit-crab
closed
3 years ago
0
Plugin not pulling in all Gists - only pulling in recent ones
#156
omurphy27
closed
9 years ago
1
Add sort by gist description or file extension alphabetically option.
#155
joshmfrankel
opened
10 years ago
0
Grammar fix in error message
#154
jonesbp
closed
9 years ago
0
Gist: Error while contacting GitHub
#153
faiwer
closed
7 years ago
10
"Gist: GitHub returned error 500: Server Error"
#152
hilyin
closed
7 years ago
0
Error: "Gist: unknown error (please, report a bug!)"
#151
wa-rren-dev
closed
7 years ago
38
Loaded Gist does not syntax highlight
#150
ghost
opened
10 years ago
9
Re-associate file with gist?
#149
diego898
opened
10 years ago
3
Next