Skip to content
View 3coma3's full-sized avatar
🐧
🐧
  • Smoose B.V.
  • Lisbon, PT
Block or Report

Block or report 3coma3

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. btrfs-backup btrfs-backup Public

    A simple, flexible script for versioned backups using btrfs and rsync

    Shell 69 10

  2. add a map to vim to toogle zooming a... add a map to vim to toogle zooming a split to max width/height - moving out to a same-tab split or closing the zoomed split also restores the window layout
    1
    function! ToggleZoom(toggle)
    2
      if exists("t:restore_zoom") && (t:restore_zoom.win != winnr() || a:toggle == v:true)
    3
          exec t:restore_zoom.cmd
    4
          unlet t:restore_zoom
    5
      elseif a:toggle
  3. gitlab-telegram-bot gitlab-telegram-bot Public

    Forked from danigm/gitlab-telegram-bot

    Simple webhook based GitLab notification bot for Telegram

    Python

  4. proxmox-api-go proxmox-api-go Public

    Forked from Telmate/proxmox-api-go

    Consume the proxmox API in golang

    Go

  5. terraform-provider-proxmox terraform-provider-proxmox Public

    Forked from Telmate/terraform-provider-proxmox

    Terraform provider plugin for proxmox

    Go