Stoolbox is a collection of shell scripts. In contrast to sharing a massive single rc file, I prefer segregating shell configurations into multiple standalone files, making them readily available for others to reference and selectively incorporate preferred features into their own setup.
- pa: add specified path to the PATH environment variable (pau pam pap)
- pb: backup PATH variable to PathBackup (pbu pbm pbp)
- pd: remove specified directory from PATH (pdu pdm pdp)
- pe: edit PATH variable (peu pem pep peur pemr pepr)
- pr: revert changes to PATH (pru prm prp)
- pv: view current state of PATH (pvu pvm pvp pvur pvmr pvpr)
- bd64: base64 decode tool
- be64: base64 encode tool
- fuzzy_pwd_file_select: select files in the current working directory using fuzzy matching
- gcopy: copy files to clipboard within the command-line
- gpaste: paste files from clipboard in the command-line
- ip: IP address utility tool for getting local and external IP information
- ll: list files with detailed information including size formatting
- lsd: displays file timestamps (creation, modification, access times) for specified files
- rm: remove files and folders to recycle bin safely
- sound_volume: adjust system sound volume using 'j' and 'k' keys
- stopwatch: a terminal stopwatch
- tailf: follow file changes in real-time like tail -f
- timer: timer command execution utility
- untar: extract .tar files to a specified output folder
- untargz: extract .tar.gz files to a specified output folder
- untarxz: extract .tar.xz files to a specified output folder
- watch: execute commands at regular intervals for monitoring purposes
- whereis: locate positions of specific commands within the system
- ahk/awc-focus.ahk: window focus control script
- ahk/awc-max.ahk: window maximize control script
- ahk/awc-min.ahk: window minimize control script
- ahk/keynav.ahk: keyboard mouse control
- ahk/monitor_get_multi_monitor_id.ahk: get multi-monitor id
- ahk/mouse_click.ahk: mouse click control
- ahk/mouse_wheel.ahk: mouse wheel control
- ahk/virtual_desktop.ahk: virtual desktop selection and deletion