Enums§
- File
CmdOutput - Raw filesystem / MIME classification result returned by
exec_file_cmd.
Functions§
- atomic_
cp - Atomically copies a file from
fromtoto. - chmod_x
- Sets executable permissions (755) on the specified filepath.
- chmod_
x_ files_ in_ dir - Sets executable permissions on all files in the specified directory.
- cp_
to_ system_ clipboard - Copies the given content to the system clipboard using the
pbcopycommand. - exec_
file_ cmd - Execute the system
file -Icommand forpathand classify the MIME output into aFileCmdOutput. - find_
matching_ recursively_ in_ dir - Recursively find files matching a predicate (breadth-first)
- ln_sf
- Creates a symbolic link from the target to the link path, removing any existing file at the link location.
- ln_
sf_ files_ in_ dir - Creates symbolic links for all files in the target directory to the link directory.