1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 13:09:03 -08:00
Commit graph

382 commits

Author SHA1 Message Date
8e3b5584bd consider empty arguments an error in grab 2024-07-10 05:42:07 -07:00
2548a2ca0f remove redundant line continuations 2024-07-10 05:41:32 -07:00
2055bad993 add permit to conditionally set executable permissions 2024-07-10 05:37:23 -07:00
971c6457b6 don't escape . for discord 2024-07-09 22:54:37 -07:00
16f38ef1e4 finish discord and .conf file support in notice 2024-07-09 07:51:31 -07:00
2e576ee514 add push-to-discord function to notice (currently unused) 2024-07-09 07:14:04 -07:00
3f216cb06a begin phasing out ~/.gotify.secret from notify 2024-07-09 06:13:33 -07:00
48101302b2 superficial changes (comments and syntax) 2024-07-09 06:10:46 -07:00
ed15530172 Fix executable permissions 2024-07-07 20:28:25 -07:00
42f2c5fc5f use random IDs in notice instead of sequential ones 2024-07-07 03:26:19 -07:00
981c7fa04d ensure curl -f is always set in notice 2024-07-06 17:35:19 -07:00
699678a3d9 set $target at the start of each function for testing 2024-07-06 17:35:19 -07:00
6d59fb2e74 add support for litterbox to notice 2024-07-06 17:35:15 -07:00
44bdf2627d remove aur script
this script was never very robust, and i haven't used it in so long
that it may not even work anymore.
2024-07-06 16:23:27 -07:00
e348428a10 improve file size limits in notice, more comments 2024-07-06 04:48:59 -07:00
552b685024 expose raw response in __notice_upload_to_* for testing 2024-07-06 00:47:29 -07:00
752606119e properly urlencode links in notice 2024-07-05 21:53:40 -07:00
b416171017 prevent dedupe from echoing the new CWD 2024-07-05 21:06:50 -07:00
389e81dcce update dedupe
always overwrite files, preserve permissions, use a temp directory and clean up
2024-07-05 20:03:33 -07:00
3ecae7c823 add dedupe program for compactly cloning directories 2024-07-05 17:54:52 -07:00
8e36e2073f add notice for uploading files and gotify'ing them 2024-07-05 15:28:16 -07:00
13f38a7687 add terminal palette scripts (recolor and subdue) 2024-07-05 15:06:25 -07:00
2c9262f77b remove cutv docs
because nobody needs to see this right now
2024-07-05 15:03:17 -07:00
48e142be63 add feud for parsing command-line arguments 2024-07-05 05:11:07 -07:00
31c8e63e74 squeeze lines and avoid subshell 2024-07-04 21:29:24 -07:00
8b67b4f510 make curl better match wget behavior in grab 2024-07-04 21:26:18 -07:00
cc8dc10540 update byte count of golfed script
also, the old number was incorrect. it should've said 461 bytes.
2024-07-04 21:04:47 -07:00
c672f5c09a clean up function names, etc. (superficial) 2024-07-04 21:03:37 -07:00
41ce9f1663 print a newline between HTTP headers and response 2024-07-04 20:58:38 -07:00
b35b92bab2 stub out obtain and update PATH 2024-07-04 19:56:53 -07:00
44065e8571 make curl better match wget behavior in obtain 2024-07-04 19:56:09 -07:00
46220efc84 consolidate repo lines in obtain 2024-07-04 10:48:57 -07:00
b9f2ea6f0d add obtain script for bootstrapping HTTPS 2024-07-04 10:46:14 -07:00
4f6638ad6f support more netcats 2024-07-03 13:16:17 -07:00
697e68d039 Fix executable permissions 2024-07-03 12:34:40 -07:00
41787cb5a4 fix stdout in burl and remove debug print 2024-07-01 22:31:28 -07:00
1baf7f16b3 add clash for testing shells 2024-07-01 22:12:20 -07:00
835b871ec2 add burl for when curl is missing 2024-07-01 22:03:08 -07:00
c440f71526 add preliminary ASCII table utility 2024-06-12 17:37:23 -07:00
4b258dff4c reword a single comment 2024-06-12 17:32:12 -07:00
f2cb32bf2c rewrite ubuntu clang acquisition function 2024-06-12 17:31:33 -07:00
d5f3f14d72 merge compatibility lines
RIP meaningful last-modified dates
2024-03-26 15:08:14 -07:00
09fe2321f8 allow grab to use curl 2024-03-25 16:11:39 -07:00
3b3abe74d2 fix bug in grab and do the subshell dance 2024-03-25 15:34:59 -07:00
44b0272097 switch from ~/opt/local/bin to ~/.local/bin
this is where systemd already expects things to be,
so this complements the OS instead of fighting it.
2024-03-25 15:32:23 -07:00
bdd25226a8 do the private-or-subshell dance for maybesudo 2024-03-21 14:39:43 -07:00
b5c5ebfded invoke automamba from pippy if it exists (also affects pegg) (gross hack) 2024-03-21 14:11:34 -07:00
5954eaebfd remove sc because i never use it 2024-03-21 13:49:22 -07:00
6bd93ad322 move refresh into shrc 2024-03-21 13:46:03 -07:00
2e263527bb fix name in docs 2024-03-21 06:45:36 -07:00