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

Block or report 3coma3

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. btrfs-backup btrfs-backup Public

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

    Shell 73 12

  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

  6. helm-template-utils helm-template-utils Public

    Reusable helper templates for Kubernetes manifests

    Makefile