Skip to content

Instantly share code, notes, and snippets.

View wtfzambo's full-sized avatar

Zambo wtfzambo

View GitHub Profile
@obeone
obeone / README.md
Last active February 28, 2025 09:07
Ollama ZSH Completion

ZSH Completion for Ollama (ollama command)

This ZSH completion script enhances your command line interface by providing auto-completion for the ollama command, part of the Ollama suite. It supports all subcommands and their options, significantly improving efficiency and reducing the need for memorizing syntax.

Installation

  1. Download the Completion Script
    You can download the _ollama script directly using the following command:
@wtfzambo
wtfzambo / formatters.py
Last active September 28, 2023 13:12
Easily format slack messages for https://dlthub.com/ pipelines.
import datetime
from abc import ABC, abstractmethod
from typing import Any, Literal, Sequence, cast, overload
from dlt.common.pipeline import LoadInfo
from dlt.common.storages.load_storage import LoadJobInfo
from slack_table import ColumnSpec, TRow