Ethan Dalool
fd7d2732fd
Remove leftover comment from copying another script.
2020-07-01 16:20:33 -07:00
Ethan Dalool
d7a8dd6be0
Remove Windows file extension quicktip.
2020-06-30 20:31:29 -07:00
Ethan Dalool
f8117e6b1b
Add pipeablemain sublime snippet.
2020-06-17 14:18:11 -07:00
Ethan Dalool
affeee1731
Fix missing closing brace on this if statement.
2020-05-21 22:31:33 -07:00
Ethan Dalool
29e1ba07f5
opendir_image.js updates.
...
- Put a try-catch around url normalize so a single bad url doesn't
break the page.
- Fix gfycat api url.
- Add more reject urls.
2020-04-15 16:36:26 -07:00
Ethan Dalool
5022257817
Only check path.size if file.
...
Now that pathclass returns size for dirs as well, but that's not
necessary here.
2020-03-19 17:35:52 -07:00
Ethan Dalool
f4dab12bf1
Delete continue.md and generators.md, they're on voussoir.net.
2020-03-19 17:33:30 -07:00
Ethan Dalool
f7065c9801
Switch template to use betterhelp easy main.
2020-03-12 14:58:56 -07:00
Ethan Dalool
755ff8a677
Sublime regenerated this file with tabs so whatever.
2020-03-10 21:07:23 -07:00
Ethan Dalool
696ae47274
Add timestamp hotkey plugin.
2020-03-05 17:24:23 -08:00
Ethan Dalool
5ef36ee793
Set sublime scroll_speed to 0.
2020-03-03 21:05:01 -08:00
Ethan Dalool
0e5bb9881d
Add playalbum.js.
2020-03-02 18:11:16 -08:00
Ethan Dalool
638b466835
Bind Enter to the start button.
2020-02-28 16:07:42 -08:00
Ethan Dalool
4a9735cb7a
Add Distraction Free settings file.
2020-02-28 15:35:38 -08:00
Ethan Dalool
adf8d305db
Move bencode to voussoirkit.
2020-02-28 15:35:10 -08:00
Ethan Dalool
35b04a57e1
Add overflow-x to submission pre.
2020-02-25 10:38:49 -08:00
Ethan Dalool
e57f67a288
ctrl+shift+enter keybind for continuing comment blocks.
2020-02-25 10:38:25 -08:00
Ethan Dalool
a7b6c60546
Add hash_header snippet.
2020-02-19 22:31:23 -08:00
Ethan Dalool
4b836c9c8d
Show bodies of new posts directly in place.
2020-02-19 09:19:21 -08:00
Ethan Dalool
cf7f63d173
Delete HerokuBot directory.
2020-02-11 17:28:56 -08:00
Ethan Dalool
9d8f1e9cec
Delete argparser.py template, it's in the sublime folder.
2020-02-08 17:24:31 -08:00
Ethan Dalool
b4e6f448a1
main should return args.func(args) value.
2020-02-08 17:24:22 -08:00
Ethan Dalool
eb85ee688c
helptext template should return args.func(args) value.
2020-02-08 16:19:22 -08:00
Ethan Dalool
112bb7cab6
Add helptext.sublime-snippet.
2020-02-07 12:36:39 -08:00
Ethan Dalool
7661a0e6ca
else.
2020-01-29 16:42:10 -08:00
Ethan Dalool
52b0d1776d
Add my Sublime keybinds and prefs.
2020-01-29 16:41:53 -08:00
Ethan Dalool
4dc033fcf4
Update argparse_multi to also fill in the parser's name.
2020-01-28 19:31:38 -08:00
Ethan Dalool
4e9a3ec0de
Delete some binaries.
2020-01-19 21:20:02 -08:00
Ethan Dalool
0965384c7f
Simpleserver update.
2020-01-19 21:19:45 -08:00
Ethan Dalool
6d3f196214
Simpleserver updates.
2019-12-10 12:46:45 -08:00
Ethan Dalool
f3e62e9356
Add some more AHK.
2019-12-10 12:46:12 -08:00
Ethan Dalool
10227715d7
Add some more Sublime snippets.
2019-12-10 12:45:55 -08:00
Ethan Dalool
e3b2cd6d1d
Update argparse snippets.
2019-12-05 00:18:27 -08:00
Ethan Dalool
8a0fcb09ca
Delete toolbox folder in preference of new repository.
2019-06-11 22:32:32 -07:00
Ethan Dalool
ba54238021
Rename ServerReference folder to SimpleServer.
2019-06-11 22:31:32 -07:00
Ethan Dalool
f1f42ba39a
Update to the simple server.
2019-06-11 22:29:46 -07:00
Ethan Dalool
0c561c05c9
else
2019-06-11 22:29:25 -07:00
Ethan Dalool
0c87e60094
Fix threaded_dl thread_count being a string.
2019-06-03 14:17:31 -07:00
Ethan Dalool
c27c7e310e
Add subtitle_shift_pointsync.py.
2019-05-27 16:12:06 -07:00
Ethan Dalool
cf28ba5541
Add clip_prompt feature to contentreplace.
...
Useful when contentreplacing strings that are difficult or
impossible to provide via the command line -- you can enable
clip prompt to read those strings off of your clipboard.
2019-05-27 16:10:56 -07:00
Ethan Dalool
49d5ebab67
Add autoyes and convenience constants to brename.
2019-05-27 16:08:16 -07:00
Ethan Dalool
d965333021
Add autoyes argument to filepull.
2019-05-27 16:04:46 -07:00
Ethan Dalool
b951ace5d8
Switch fileprefix from a default-yes to a default-prompt behavior.
2019-05-27 16:04:24 -07:00
Ethan Dalool
70dd4ef77a
threaded_dl improvements.
...
- use real argparse
- add timeout argument to command line
- apply default values for timeout and filename at argparse level
- check for existing files before creating their thread
2019-05-27 15:59:23 -07:00
Ethan Dalool
f23f8ebc7d
Update ifmain and remove prints from search.py.
2019-04-21 23:58:02 -07:00
Ethan Dalool
e26c8abcee
Upgrade contentreplace to use real argparse.
2019-04-18 18:49:44 -07:00
Ethan Dalool
71670f3c99
Upgrade brename and breplace to use real argparse.
2019-04-16 18:39:33 -07:00
Ethan Dalool
0dbc0728c0
Publish some Sublime Text snippets.
2019-04-16 18:39:00 -07:00
Ethan Dalool
007b4a6e62
Publish allexecutables and hexpng.
2019-04-16 18:37:35 -07:00
Ethan Dalool
852504be13
contentreplace glob first argument.
2019-03-22 14:51:02 -07:00