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 [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 [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. frameworks frameworks Public

    Web framework tests

    TypeScript 1

  4. [css] reset rules [css] reset rules
    1
    /* 
    2
     - Should be imported into a layer like: `@import "<file>" layer(reset);`
    3
     - Not yet sure about the "outline things".
    4
    */
    5
    :root {
  5. flutter-appwrite-notes flutter-appwrite-notes Public

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

    Dart 1

  6. alexa-mein-gpt alexa-mein-gpt Public

    Alexa Skill welcher Chats mit ChatGPT ermöglicht

    Python 1