AI-powered git commits using Claude Code CLI
A zsh function that analyzes your staged and unstaged changes, then creates logical, atomic commits following the Conventional Commits specification.
When you run smart-commit, Claude will:
A collection of badges in various styles and variants for Amp Code.
| Dark | Light | Accent |
|---|
refactor I don't have any file modification data to analyze. The lists provided are empty, so I cannot identify frequently modified files that represent core application logic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This script combines, fixes & extends a long list of other scripts, most notably including: | |
| * | |
| * - https://codeshare.frida.re/@akabe1/frida-multiple-unpinning/ | |
| * - https://codeshare.frida.re/@avltree9798/universal-android-ssl-pinning-bypass/ | |
| * - https://pastebin.com/TVJD63uM | |
| */ | |
| setTimeout(function () { | |
| Java.perform(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Image] | |
| Acme Goa Song Builder Kit. | |
| With this new tool, you can write cool psychadelic, spiritual | |
| trance | |
| peices without the problems often plagueing "inferior" music. | |
| Simple | |
| play the samples of 'authentic goa trance', and then pick various |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Use like this | |
| TextEntry::make('data') | |
| ->label('Data') | |
| ->view('filament.infolists.json-view') | |
| ->columnSpanFull(), | |
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Credits: https://blog.segger.com/decoding-the-akai-fire-part-1/ | |
| import rtmidi | |
| import threading | |
| import time | |
| # Constants | |
| BITMAP_SIZE = 1171 # For OLED 128x64, calculated as ceil(128*64/7) | |
| BITMUTATE = [ | |
| [13, 0, 1, 2, 3, 4, 5, 6], |
NewerOlder