___x_cmd_cat_color(){
    if [ ! -t 1 ]; then
        ___x_cmd_cmds_cat "$@"
        return
    fi

    # I guess using fmt
    ___x_cmd_cmds_cat "$@" | ___x_cmd_cmds_awk -f "$___X_CMD_ROOT_MOD/cat/lib/scheme/general.awk"
}
