Emre AKYÜZ
Emre AKYÜZ
Luke Smith Video: [Bash is Bloated!](https://youtu.be/UnbmwxYi18I?si=kwnfgnOATWfmvGeU) In the linked video Luke has **Dash** symlinked to **/bin/sh**. Extra Information for people: - Dash is much faster than Bash especially for the...
Luke mentions about Unix naming conventions on his videos. Here is a script to increase consistency according to Unix conventions for all file names in parallel, very easily and fast...
**EDIT AFTER 6 MONTHS:** The API changed its formatting to single line instead of as seen below. I improved the script and preserved the old output where we had entries...
**The inspiration:** (Luke Smith's Video): "[Bookmarking for Unix Chads](https://youtu.be/d_11QaTlf1I)" **_Instructions & Justifications & Very Detailed Explanation_** for Everything can be found **below**. ### Short Summary - Allows users to manage...
The old behavior can return wrong variables. Example: First variable named texroot outputs: `% root = main.tex PARTITION_ROOT="$(findmnt -n -o SOURCE /)" UUID_ROOT="$(blkid -s UUID -o value "$PARTITION_ROOT")" PARTUUID_ROOT="$(blkid -s...
Those who don't like the complexity of Bash, can use the Dash version. I think this is even better. I didn't think it would have been this easy. This is...
I forgot to add after the change from Bash to Dash I also simplified this: **~/.local/share/channels.txt** looks like below: Luke Smith=https://www.youtube.com/@LukeSmithxyz/videos Mental Outlaw=https://www.youtube.com/@MentalOutlaw/videos **~/.local/share/categories.txt**: Tech=Luke Smith|Mental Outlaw The script works...