interactively icon indicating copy to clipboard operation
interactively copied to clipboard

Results 3 interactively issues
Sort by recently updated
recently updated
newest added

For zsh, the following script can work: ```zsh #compdef interactively _arguments -s -S \ "(- : *)"{-h,--help}"[Show list of command-line options]" \ "--name[Show list of command-line options]: :{_command_names -e}" \...

This eliminates a dependency on coreutils for systems that do not have it installed by default, e.g. BSD variants including macOS.