Skip to content

Instantly share code, notes, and snippets.

View tae0y's full-sized avatar

박태영 tae0y

  • Seoul
  • 18:58 (UTC +09:00)
View GitHub Profile
@tae0y
tae0y / nowissues.ps1
Last active November 11, 2024 12:03 — forked from aj-stein-nist/export_gh_issue_list.sh
깃허브 이슈 자동 문서화
########################################################################################################################
# 스크립트 구조
# 가. 함수 정의부
# 나. 함수 호출부
#
#
########################################################################################################################
# 가. 함수 정의부
@tae0y
tae0y / add_to_zshrc.sh
Created August 29, 2024 11:08 — forked from haje01/add_to_zshrc.sh
Git Commit Message AI
# -----------------------------------------------------------------------------
# AI-powered Git Commit Function
# Copy paste this gist into your ~/.bashrc or ~/.zshrc to gain the `gcm` command. It:
# 1) gets the current staged changed diff
# 2) sends them to an LLM to write the git commit message
# 3) allows you to easily accept, edit, regenerate, cancel
# But - just read and edit the code however you like
# the `llm` CLI util is awesome, can get it here: https://llm.datasette.io/en/stable/
gcm() {