Skip to content

Instantly share code, notes, and snippets.

View xunleii's full-sized avatar

Alexandre Nicolaie xunleii

  • Paris, France
View GitHub Profile
@maratori
maratori / .golangci.yml
Last active May 23, 2026 08:13
Golden config for golangci-lint
# ==================================================================================================
#
# NOTICE
#
# This gist is no longer maintained. It was moved to repo:
#
# https://github.com/maratori/golangci-lint-config
#
# Full history and all v2 releases are preserved in the repo.
#
@blurayne
blurayne / ui-widget-select.sh
Last active February 25, 2026 09:35
Pure BASH interactive CLI/TUI menu (single and multi-select/checkboxes)
#!/bin/bash
##
# Pure BASH interactive CLI/TUI menu (single and multi-select/checkboxes)
#
# Author: Markus Geiger <[email protected]>
# Last revised 2019-09-11
#
# ATTENTION! TO BE REFACTORED! FIRST DRAFT!
#