Commit Graph

  • 7a53a8ced6 Add quotes to variable in conditional. dev Hyperling 2026-05-08 10:39:04 -07:00
  • c7d2dafa11 Hopefully fix the reason that the shared rc has not always been updating correctly. Hyperling 2026-05-06 18:01:56 -07:00
  • 13c22faa9d Put the file extension on the wrong side. :) Hyperling 2026-05-06 17:57:28 -07:00
  • ee325db486 Change log files to txt files because Android file haanddler is dumb. Hyperling 2026-05-06 17:55:05 -07:00
  • 4a13b5cea8 Add note that bash will still need reloaded after automatic updates, lol. Hyperling 2026-05-06 17:50:29 -07:00
  • e063f4c4b7 Double wrap the updater commands so that the DONE code does not appear in the terminl. Hyperling 2026-05-06 17:48:24 -07:00
  • deffc60730 Remove old terminal output ommands fior updater. Hyperling 2026-05-06 17:47:16 -07:00
  • 032fa387b6 Fix the report location. Hyperling 2026-05-06 17:37:04 -07:00
  • 487399e18f Try fixing the notification message from being TBD/TBD. Hyperling 2026-05-06 17:36:27 -07:00
  • d3a5bbc9c3 Try to do the output redirect a different way, fork at the very very end,. Hyperling 2026-05-06 17:34:17 -07:00
  • 0d450e9172 Try to fix auto-update notification as well as output. Hyperling 2026-05-06 17:28:48 -07:00
  • 4ee3dc69c9 Remove the middle sorts which threw a weird error. Hyperling 2026-05-06 17:22:05 -07:00
  • de1628353f Add filesize sorting to trash checking. Hyperling 2026-05-06 17:15:30 -07:00
  • 6c5dc2c8bf Also add copy of the vimrc file. Hyperling 2026-05-06 17:11:25 -07:00
  • 9f9cdf0361 Add missing copy of rc_shared, as well as some comments. Hyperling 2026-05-06 17:10:22 -07:00
  • facb2836c9 Just auto update, yo! Hyperling 2026-05-06 16:49:14 -07:00
  • 142317d46b Fix typo in Update. Hyperling 2026-05-06 16:46:30 -07:00
  • 000c52417c Fix the '$project' variable being shared across environments incorrectly. Hyperling 2026-05-06 15:24:32 -07:00
  • 3f74195968 Shorten the message. Hyperling 2026-05-06 15:06:59 -07:00
  • a28d00d3ad Only show the changed permissions. Hyperling 2026-05-06 15:02:09 -07:00
  • 5a7bd88c70 Ensure path is quoted just in case. Hyperling 2026-05-06 14:57:30 -07:00
  • aec0449ed2 No longer push the update information to the screen, use notifications. Hyperling 2026-05-06 14:50:33 -07:00
  • bcfde6c172 Hide the .git dir deletion. Hyperling 2026-05-06 10:26:45 -07:00
  • d49116a884 Remove the old project as not to clutter the home directory. Hyperling 2026-05-06 09:33:49 -07:00
  • 6e4f76dc58 Add functions for full level reload and update. Hyperling 2026-05-05 15:41:39 -07:00
  • eb63e0321c Simplify verbiage and shorten the length. Hyperling 2026-05-05 15:24:34 -07:00
  • c9889f6a23 Remove the 2 since the updater functions have been merged. Hyperling 2026-05-05 09:45:48 -07:00
  • 20b130e931 Switch order of subshells in case it helps with the file getting called home.mp4 every time. Hyperling 2026-05-05 09:29:18 -07:00
  • de6ca756da Add shortcut to get to main library. Hyperling 2026-05-05 09:21:02 -07:00
  • 332631e3dd Move trash related code to shared env. Hyperling 2026-04-25 10:33:21 -07:00
  • a6b5cd9297 Fix the URLs to get the raw file. Thought this was already done! Hyperling 2026-04-25 09:19:16 -07:00
  • 14ce936e9b Promote update-shared2 to be the new default. Hyperling 2026-04-25 09:15:38 -07:00
  • 79a35be993 Move the update checker to be after all functions are declared so that log works properly. Hyperling 2026-04-25 08:17:29 -07:00
  • 0c54259a38 Add message to video processing function that a sync is being done. Hyperling 2026-04-25 07:48:51 -07:00
  • 4791e1c168 Fix typo. Hyperling 2026-04-23 09:15:22 -07:00
  • 9d604c6e90 Add missing quotes and do not use cd. Hyperling 2026-04-17 18:06:44 -07:00
  • cf1b7a160a Finalize output (for now). Hyperling 2026-04-17 16:20:20 -07:00
  • 74d727faa9 Fix output for both update shared functions. Hyperling 2026-04-17 16:17:03 -07:00
  • 56969e9ee9 Prevent the code from being spit onto the screen by having it in a subshell. Hyperling 2026-04-17 16:13:27 -07:00
  • 340667329c Remove the output from fetch. Hyperling 2026-04-17 16:10:51 -07:00
  • e1d9b6cf94 Continue enhancing the auto-update version of env-shared. Hyperling 2026-04-17 16:09:40 -07:00
  • 71875470c2 Add missing variables. Hyperling 2026-04-17 15:57:21 -07:00
  • 1989377b8b Begin adding the code which syncs up the project and distributes the files. Hyperling 2026-04-17 15:56:30 -07:00
  • 6887a1e131 Add what will happen if updates are found. Hyperling 2026-04-17 15:52:20 -07:00
  • 209af03777 Modify how the default branch is determined. Hyperling 2026-04-17 15:46:04 -07:00
  • 21b2ddf4a5 Begin adding code for checking for updates upon terminal opening. Hyperling 2026-04-17 15:34:42 -07:00
  • 890bc05e4d Add shortcuts to get to clones. Hyperling 2026-04-17 15:20:34 -07:00
  • e2ec550fab Increase sleep timer for sync-all-loop and allow a custom time to be passed. Hyperling 2026-04-14 08:39:20 -07:00
  • 495a140805 Fix the newline to be after the output. Hyperling 2026-04-13 19:13:06 -07:00
  • 9d609568f7 Ensure bin files are executable. Hyperling 2026-04-13 14:06:49 -07:00
  • 391b0a0b09 Add even shorter aliases for sending and pushing clones, and also allow them to handle Git repos! stage prod Hyperling 2026-04-11 09:31:45 -07:00
  • a76cb8b5ec Change order in which the scripts are added; do the project's first, then the downloads. Hyperling 2026-04-10 18:09:40 -07:00
  • a87c205a80 Finish changes to reload-shared which adds scripts to the local bin. Hyperling 2026-04-10 18:08:45 -07:00
  • 186519fb0e Minify log functions. Hyperling 2026-04-10 13:12:30 -07:00
  • 7fa1430b34 Move log functions to shared, Hyperling 2026-04-10 13:11:13 -07:00
  • 074f0a29bf Explicitly note in sync-all that SYNC folders are not being handled. Hyperling 2026-04-01 08:45:19 -07:00
  • bdb06cd0b4 Split SYNC folders out to have their own commands -- for safety! :) Hyperling 2026-04-01 08:35:53 -07:00
  • ec9b74d3d8 Add aliases for push and pull called sync, both for individual folders as well as groups. Hyperling 2026-04-01 08:22:01 -07:00
  • 0bfdc8d411 Add shortcut to process the entire Clones collection. Hyperling 2026-03-31 19:58:23 -07:00
  • 89c0d0589c Fix OR's to be AND's for checking SYNC folders. Hyperling 2026-03-31 19:51:26 -07:00
  • 3edd062852 Change single quotes to double so regex works. Hyperling 2026-03-31 19:44:34 -07:00
  • bc81d1bedd Add aliases for accidentally typed rewords of commands. Hyperling 2026-03-31 19:43:47 -07:00
  • c859b4dcd8 Process folders named as SYNC as both a MASTER and CLONE. Hyperling 2026-03-31 17:54:22 -07:00
  • be0469fb94 Enhance logging for subdir datasets. Hyperling 2026-03-30 13:33:01 -07:00
  • 5351df572b Change where the newline is so each clone is in its own log section. Hyperling 2026-03-30 11:25:11 -07:00
  • ef097e973e Change where the newline is so each MASTER is in its own log section. Hyperling 2026-03-30 11:16:59 -07:00
  • 588007fe37 Change pull script to only do subdirectories in music. Hyperling 2026-03-30 10:43:03 -07:00
  • 3399b07031 The dashes need escaped even though they are quoted. Hyperling 2026-03-29 17:57:34 -07:00
  • f8c8036e5f Fix the remote directory name for pulling. Hyperling 2026-03-29 17:54:39 -07:00
  • 076641fc9d Fix pull-clones to use pull-clone. ;) Hyperling 2026-03-29 17:30:46 -07:00
  • 40b53ce8a7 Fix filename to properly have an underscore. Hyperling 2026-03-29 17:30:13 -07:00
  • 6f8074d56b Add dash to MASTER, so things like SPACEMASTER would not get considered. Hyperling 2026-03-29 16:59:32 -07:00
  • e6bc85e761 Add functions for pulling clones. Also add a dash to MASTER check. Hyperling 2026-03-29 16:58:36 -07:00
  • 7dcf55629d Add script to pull clones easily. Hyperling 2026-03-29 16:57:03 -07:00
  • 1cc57721f7 Add full set of vimrc commands from Ansible. Hyperling 2026-03-28 16:25:19 -07:00
  • c27aed102b Rename file to just be a generic vimrc. Hyperling 2026-03-28 15:13:00 -07:00
  • 24047f4fbb Add code for qq in Vim. Hyperling 2026-03-28 15:11:20 -07:00
  • d0b8afa2fb Add vimrc file. Hyperling 2026-03-28 15:09:20 -07:00
  • cbacd3db50 Only export functions without underscores. Hyperling 2026-03-28 14:41:27 -07:00
  • 50e06f9196 Move now and today to shared env. Export all functions. Hyperling 2026-03-28 14:24:34 -07:00
  • c58496e6a6 Move scan to be in shared env. Hyperling 2026-03-28 14:18:57 -07:00
  • fb36a5f11b Bring some of the video processing functions to from Termux to Shared for desktop usage! Hyperling 2026-03-28 14:17:06 -07:00
  • ae556e03e8 Enhance output of sending all masters. Hyperling 2026-03-28 14:10:03 -07:00
  • 4ef51915fb Update TBD's. Hyperling 2026-03-28 14:03:52 -07:00
  • 0a3b339921 Finalize changes needed to get send-master to work!! Yay! Hyperling 2026-03-28 14:03:08 -07:00
  • 9243bd5480 Add exporting of functions needed for scripts. Hyperling 2026-03-28 13:44:40 -07:00
  • c09e5560e6 Change clone to use all-params ($@). Hyperling 2026-03-28 13:37:50 -07:00
  • 90a94ec648 Move clone and ls aliases to shared. Hyperling 2026-03-28 13:34:38 -07:00
  • 945563aa28 Change double quotes to singles in clone command. Hyperling 2026-03-28 13:30:44 -07:00
  • bb542d1d2f Further fix the while loop. Hyperling 2026-03-28 13:29:34 -07:00
  • 7ff5431e83 Change do-while to while. Hyperling 2026-03-28 13:27:01 -07:00
  • 0e193d430b Fix misquotes. Hyperling 2026-03-28 12:54:19 -07:00
  • bef7091063 Fix output for updater. Hyperling 2026-03-28 12:25:04 -07:00
  • 890c991f18 Use log rather than echo. Add quotes on color assignments. Hyperling 2026-03-28 12:22:41 -07:00
  • f34e02c641 Ensure colors are exported! Hyperling 2026-03-28 12:20:14 -07:00
  • df8f7f3101 Add output to rc shared updater. Hyperling 2026-03-28 12:19:25 -07:00
  • 74fb1def7f Fix the function to reload shared RC file. Hyperling 2026-03-28 12:18:24 -07:00
  • 6d0840d4eb Fix the DIR variable to be current directory, not program directory. Hyperling 2026-03-28 12:15:17 -07:00
  • eb9eb03c1e Remove start message. Hyperling 2026-03-28 12:10:57 -07:00
  • 9d1141bf82 Fix output to be more helpful. Hyperling 2026-03-28 12:08:29 -07:00