Skip to content
View montasaurus's full-sized avatar
Block or Report

Block or report montasaurus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. AI Shell Command Generator AI Shell Command Generator
    1
    llmc() {
    2
        local system_prompt='Output a command that I can run in a ZSH terminal on macOS to accomplish the following task. Try to make the command self-documenting, using the long version of flags where possible. Output the command first enclosed in a "```zsh" codeblock followed by a concise explanation of how it accomplishes it.'
    3
        local temp_file=$(mktemp)
    4
        local capturing=true
    5
        local command_buffer=""
  2. bidding-bot-demo bidding-bot-demo Public

    TypeScript 28 9