Skip to content

Instantly share code, notes, and snippets.

View NHLOCAL's full-sized avatar
🤯
Singularity is approaching

NHLOCAL

🤯
Singularity is approaching
View GitHub Profile
@NHLOCAL
NHLOCAL / commit.toml
Created August 17, 2025 08:28
Automates staging and committing changes with a structured commit message for Gemini CLI
# .gemini/commands/commit.toml
description="Stages all changes and generates a commit with an automated, structured message."
prompt = """
Your task is to stage all current changes, generate a structured and concise commit message based on those changes, and then perform the git commit.
First, stage all changes in the current directory using the `git add .` command.
After staging, analyze the staged changes to understand the modifications by reviewing the output of `git diff --staged`.
@NHLOCAL
NHLOCAL / index.html
Created April 17, 2024 22:55
LYvgWWy
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Made with ❤ by Jorge Epuñan - @csslab">
<title>jQuery Timeline 0.9.54 - Dando vida al tiempo</title>
<link rel="stylesheet" href="css/style.css" media="screen" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/jquery.timelinr-0.9.54.js"></script>