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

Block or report hungsu

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
hungsu/README.md

Hello screen reader! This is Fenneko from the amazing Netflix show, Aggretsuko

Hi there 👋

Pinned

  1. typomagical-obsidian typomagical-obsidian Public

    An Obsidian theme for typographic appreciators, with support for Style Settings by mgmeyers

    SCSS 110 4

  2. politico/vue-accessible-selects politico/vue-accessible-selects Public

    Select & Multi Select implementations for Vue, focused especially on implementing accessibility best practices

    Vue 13 6

  3. obsidian-prompt obsidian-prompt Public

    Obsidian plugin to show text prompts, for a quick kick of writing inspiration!

    TypeScript 23 2

  4. vileplume-obsidian vileplume-obsidian Public

    An Obsidian theme inspired by the grass pokemon, Vileplume!

    CSS 13 3

  5. Winfinity Winfinity Public

    Winfinity is a window manager for Windows

    AutoHotkey 3

  6. Git: Remove all branches except develop Git: Remove all branches except develop
    1
    git branch | grep -v "develop" | xargs git branch -D