Skip to content
View Manvan33's full-sized avatar

Highlights

  • Pro

Block or report Manvan33

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. ArboriMD ArboriMD Public

    CodiMD but with a tree view of your notes

    Python 1 1

  2. FileShare FileShare Public

    A user-friendly NodeJS program to share files on a LAN

    JavaScript 1 1

  3. gitdeploy.sh - to use multiple deplo... gitdeploy.sh - to use multiple deploy keys on the same host
    1
    #!/bin/bash
    2
    # Script that creates unique deploy keys for each local git repo that you push or clone
    3
    # It allows usage of multiple deploy keys on the same machine.
    4
    # Usage: gitdeploy.sh clone/push/add <remote-ssh-url>
    5