Skip to content
View cartok's full-sized avatar

Block or report cartok

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 Loading

  1. [cli] kill-port
    1
    function kill-port() {
    2
      ss --numeric --tcp --listening --processes --resolve --no-header --no-queues --oneline \
    3
      | grep "pid=" \
    4
      | sd '^\w+ +(?P<HOST>[^:]+):(?P<PORT>\d+) [^"]+"(?P<NAME>[^"]+)",pid=(?P<PID>\d+).*\n?' '$NAME: $HOST:$PORT [$PID]\n' \
    5
      | fzf --prompt="Select to kill: " \
  2. [cli] rgo - rip grep open
    1
    function rgo() {
    2
      local input="rg --column --line-number --no-heading --color=always --smart-case --"
    3
      : | fzf --ansi --disabled --query "${*:-}" \
    4
          --bind "start:reload:$input {q}" \
    5
          --bind "change:reload:sleep 0.1; $input {q} || true" \
  3. cine-scope Public

    CSS 1

  4. frameworks Public

    Web framework tests

    TypeScript 1

  5. alexa-mein-gpt Public

    Alexa Skill welcher Chats mit ChatGPT ermöglicht

    Python 1

  6. flutter-appwrite-notes Public

    Infinite Scrolling of notes, using Bloc for state management and Appwrite as Backend.

    Dart 1