Skip to content
View ktlast's full-sized avatar

Block or report ktlast

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Curl-Slack-Attachment: Send attachme... Curl-Slack-Attachment: Send attachments payload to slack via curl; uses single quotes to form payload with variables.
    1
    ## Send slack attachment via curl
    2
    
                  
    3
    ### I. Bot Token
    4
    - Note those single & double quotes around variables. 
    5
    - Note there are backticks around `$(hostname -I)` to style it as code block.
  2. daily-applescript daily-applescript Public

    一些簡化日常流程的 applescript;同時也是配合 ktlast blog 參考

    AppleScript

  3. watch-tx watch-tx Public

    在 terminal 用 shell script 持續觀察台指期報價,方便看盤

    Shell 1 1

  4. pung pung Public

    Pung is a lightweight intranet chat tool for the command line, operating entirely over UDP. The name is a nod to “ping,” a Caesar cipher of “chat,” and an acronym for Peer-to-peer UDP Network Gossi…

    Rust 2

  5. Get TW stock prices via terminal Get TW stock prices via terminal
    1
    #!/bin/bash
    2
    #
    3
    # require commands: [jq] and [column]
    4
    
                  
    5
    tw-stock () {
  6. Working with aliases with `kubectl` ... Working with aliases with `kubectl` to have simpler commands while operating Kubernetes cluster.
    1
    #!/bin/bash
    2
    # 
    3
    # Usage:
    4
    #    [Basic]
    5
    #        n <namespace>