Skip to content

Instantly share code, notes, and snippets.

@bouli
bouli / imap-search
Created December 19, 2025 22:58 — forked from martinrusev/imap-search
IMAP Search criteria
@bouli
bouli / basic-bumpversion.toml
Last active December 17, 2025 21:17
basic-bumpversion.toml
[tool.bumpversion]
tag = true
tag_name = "v{new_version}"
pre_commit_hooks = ["uv sync --upgrade", "git add uv.lock"]
commit = true
[[tool.bumpversion.files]]
filename = "pyproject.toml"
search = "version = \"{current_version}\""
search = "version = \"{new_version}\""
@bouli
bouli / git-bouli-cheatsheet.md
Last active November 7, 2025 12:05
git cheasheet

git-bouli-cheatsheet.md

Managing TAGS

Create new tag

git tag <tag-to-create>

Check last tag

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@bouli
bouli / CONFIG.md
Created June 15, 2024 19:13
Apache: Como configurar um VirtualHost com proxy reverso

Apache: Como configurar um VirtualHost com proxy reverso

Instala biblioteca do Apache

sudo apt-get install libapache2-mod-proxy-html

Habilita os m贸dulos no Apache