Code on
Profile picture
ss-o
GCC, the GNU Compiler Collection

#gnu #utilities

Show More
Release Go projects as fast and easily as possible!

With GoReleaser, you can:


  • Cross-compile your Go project
  • Release to GitHub, GitLab and Gitea
  • Create nightly builds
  • Create Docker images and manifests
  • Create Linux packages and Homebrew taps
  • Sign artifacts, checksums and Docker images
  • Announce new releases on Twitter, Slack, Discord and others
  • ... and much more!

#go #productivity

Show More
pre-commit pre-commit.com

A framework for managing and maintaining multi-language pre-commit hooks.


#productivity #git

Show More

A shell parser, formatter, and interpreter with bash support; includes shfmt

#go #bash

#[go] #bookmarks
Show More

This is a BASH script to perform fast image downloads sourced from Google Images based on a specified search-phrase. It's a web-page scraper that can source a list of original image URLs and sent them to Wget (or cURL) to download in parallel. Optionally, it can then combine them using ImageMagick's montage into a single gallery image.


#bash #productivity

Show More

A Linux bash based Bing and Google Dorking Tool


#bash #productivity

Show More

Mage is a make-like build tool using Go. You write plain-old go functions, and Mage automatically uses them as Makefile-like runnable targets.


#go

Show More
go-basher github.com

A Go library for creating Bash environments, exporting Go functions in them as Bash functions, and running commands in that Bash environment. Combined with a tool like go-bindata, you can write programs that are part written in Go and part are written in Bash that can be distributed as standalone binaries.


#Go #Bash

#[go] #bookmarks
Show More

Serve markdown as HTML (GitHub style), index directories, and live-reload as you edit.


#go

Show More