5 Commits

Author SHA1 Message Date
295b309354
Re-Enable Normal Firefox, Add Image Script (#46)
* Add normal Firefox flatpak in case Librewolf is ever too strict. Keep having it installed from package in case the flatpak version still has issues.

* Add missing interpretation.

* Add a check which makes sure the user does not mistake a *compressed* file for being smaller.

* Add a timestamp for when the program completed.

* Add today's version of shrink.sh with an extra comment.

* Add a comment regarding the final resolution.

* Create file which will allow the full-scale downsizing of a media library.

* Add goals and skeleton.

* Rearrange variable setup.

* Fix permissions.

* Add most functionality, has not been fully tested.

* Add spacing and a success message.

* Program is testing really well, most functionality seems to exist.

* BASH should handle this fine with "".

* Fix spaces in names, add prompt to delete compressed files which grew.

* Image compression program complete, remove old optionless shrink program.
2023-09-01 06:01:01 -07:00
046e767635
Goodbye Google Browsers, Enhance Compress Video Script (#45)
* No longer favoriting Chromium-based browsers. Need to help reduce their marketshare before they make the Internet into proprietary DRM garbage.

* Handle files with spaces. This is not the original author date.
2023-08-22 04:42:22 +00:00
84844715a6
Compress Video Updates, Attempt To Customize Cinnamon (#42)
* Using $1 does not work well with options.

* Add timestamp to compressed file. Format code.

* Add a wildcard catch for getopts.

* Add a usage line to the usage.

* Add m, v, and x options. Refactor a few areas.

* Add missing options to usage.

* Change verbose to be V so that video-bitrate stays v.

* Set the same values as GNOME for Cinnamon DE.

* Add note on what the change really did to Cinnamon.

* Enhancements to multiple options.

* Process the files/folders in a recognizable order.

* Update comment, no longer using a hard-coded codec.
2023-07-04 16:07:54 +00:00
b47183af76
Enhancements + Fixes (#41)
* Signal does seem good after all.

* Add alias `here` which shows details of everything in the current location.

* Move instant messengers to consistently be at the end of the favorites bar.

* Change to single quotes so that the pwd is per-call instead of per-source.

* Specify the video codec so that the command works on openSUSE.

* Refactor so that there is a shared/common fact list.

* Add ffmpeg as a package variable.

* Reformat long comment.

* New file for installing package manager apps for workstations.

* Call the workstation package manager tasks.

* Change to parenthesis to look better.

* Explicitly add a video flag, add recursive searching, fix a bug with -f ignoring input.

* Add ability to "force" the compression, deletes old files and regenerates them. Input is now passed with i rather than f for file/folder. f is now used for force.

* Fix skipping the file if it's already compressed. Enhance readability of log text.
2023-06-26 06:58:09 -07:00
6d2b20aafe
Add First Script - Video Compression (#40)
* Script is working well. Maybe not its final resting place but adding it to the repo here for now.

* Add Signal to favorites after Delta Chat.

* Fix the a and v parameters never being used.

* New file to copy all scripts to /usr/local/bin/.

* Call the new file which installs everything under files/scripts/.
2023-06-25 15:00:59 -07:00