Skip to content

Instantly share code, notes, and snippets.

View FireHead90544's full-sized avatar
🤞
ready perfectly

Rudransh Joshi FireHead90544

🤞
ready perfectly
View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default

@FireHead90544
FireHead90544 / Checks.py
Created February 9, 2021 12:32 — forked from Painezor/Checks.py
Built-in Checks for the commands extension of discord py
@commands.guild_only()
# Command cannot be used in private messages.
@commands.dm_only()
# Command can only be used in private messages.
@commands.is_owner()
# Command can only be used by the bot owner.
@commands.is_nsfw()

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: