Skip to content
View sanathks's full-sized avatar
🖖
Ѧ ѧ ︵͡︵ ̢ ̱ ̧̱ι̵̱̊ι̶̨̱ ̶̱ ︵ Ѧѧ ︵͡ ︵ ѧ Ѧ ̵̗̊o̵̖ ︵ Ѧ
🖖
Ѧ ѧ ︵͡︵ ̢ ̱ ̧̱ι̵̱̊ι̶̨̱ ̶̱ ︵ Ѧѧ ︵͡ ︵ ѧ Ѧ ̵̗̊o̵̖ ︵ Ѧ
Block or Report

Block or report sanathks

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. workspace.nvim workspace.nvim Public

    Neovim project manager, manage project within workspaces using Tmux sessions

    Lua 38 5

  2. serrexlabs/sketch.nvim serrexlabs/sketch.nvim Public

    Simplify code execution in Neovim. Run and test code snippets effortlessly in various languages, enhancing your coding workflow

    Lua 5 1

  3. serrexlabs/react-confirm-box serrexlabs/react-confirm-box Public

    Asynchronous confirmation box for reactjs

    TypeScript 3 1

  4. git aliases git aliases
    1
    function parse_git_dirty() {
    2
      git diff --quiet --ignore-submodules HEAD 2>/dev/null; [ $? -eq 1 ] && echo "*"
    3
    }
    4
    
                  
    5
    function parse_git_branch() {