Skip to content
View rikkarth's full-sized avatar
πŸ‘Ύ
πŸ‘Ύ

Block or report rikkarth

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. ez-vdl ez-vdl Public

    A tool to download videos by supplying the URL of the post containing the video.

    Python 1

  2. git-log-beautify git-log-beautify
    1
    # this command will create an alias at 'git sla' which will print a very simple and beautiful log to the terminal
    2
    git config --global alias.sla 'log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --branches'
  3. rust-essentials-vscode rust-essentials-vscode Public

    Rust essential extensions for VS Code

  4. tooler-tools tooler-tools Public

    Tooler-Tools: A versatile Java library for backend and CLI developers, offering a growing collection of tools to simplify your development tasks.

    Java 5

  5. ssh-agent-set-me-up ssh-agent-set-me-up Public

    A lightweight Bash script that starts ssh-agent and loads all SSH keys from ~/.ssh automatically, ideal for developers and automated workflows.

    Shell