Skip to content
View fsgreco's full-sized avatar
🐰
¯\_(ツ)_/¯
🐰
¯\_(ツ)_/¯

Highlights

  • Pro

Block or report fsgreco

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. go-bunny-sign go-bunny-sign Public

    This Go package lets you display animated messages with an adorable bunny holding a sign. Because, why not?

    Go 11

  2. docker-wordpress docker-wordpress Public

    A simple boilerplate to set WordPress on a developer environment orchestrating everything with Docker and docker-compose.

    Shell 20 7

  3. mock mock Public

    Lightweight utility to generate realistic mock data for tests fast.

    TypeScript 1

  4. vue3-laravel-api vue3-laravel-api Public

    An application / authentication starter kit frontend in Vue.js (v3 | vite + vue-router + pinia) for Laravel Breeze.

    JavaScript 33 7

  5. fm-notes-markdown-converter fm-notes-markdown-converter Public

    A script that generates a markdown file from the notes you wrote on Frontend Masters and Josh Comeau courses.

    JavaScript 10

  6. [zsh function] a more advanced tmux ... [zsh function] a more advanced tmux sessionizer it can take just a name (-n the_name) optionally
    1
    function tm() {
    2
    	just_name=
    3
    	while getopts "n:" opt; do
    4
    		case $opt in
    5
    			n) just_name="$OPTARG" ;;