/dcd

A collection of CLI scripts/programs for making life easier on macOS

Primary LanguageShellGNU General Public License v3.0GPL-3.0

script

-- The dcd toolkit

This is a set of scripts, predominately written in bash and python3, aimed to fill in some of the gaps in the standard suite of manangement and everyday utilities included by Apple in macOS. While it could be adapted for some use on other POSIX systems, that is not the current scope.

==========================================================

-- Installation

--- Method 1 (easy)

sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/dc87net/dcd/main/webinstall.sh)"

--- Method 2

Alternatively, download the files manually; then, simply place the parent directory (script) in /Users/Shared; Lastly:

(t="$(realpath .)"; v='/Users/Shared'; cp -r "$t" $v; cd "$v/script" && sudo bash install.sh)

==========================================================

Considerations

Note:  Only files located in ./script/ marked u+x are symlinked into the installation's (usually /opt/script) ./bin/, and runnable by dcd.