Skip to content

Commit

Permalink
πŸ“¦ NEW: Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 13, 2020
1 parent cd4ff54 commit 62de034
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ I'd like to share what each of these emojis mean.
- `πŸ€– TEST:` Emoji meaning: A "robot emoji" β€” which says some test were run successfully.
- `‼️ BREAKING:` Emoji meaning: A "bangbang emoji" β€” which attracts attention to a breaking change.

##### VSCode Extension

If you use VSCode, then I have built an extension [Emoji-Log for VSCode](https://marketplace.visualstudio.com/items?itemName=ahmadawais.emoji-log-vscode). This can help you write git commit messages quickly.

##### Bash/Zsh Workflow

For quick prototyping, I have made the following functions that you can add to your `.bashrc`/`.zshrc` files and use Emoji-Log quickly.

```sh
Expand Down Expand Up @@ -134,6 +140,8 @@ function gbrk() {
}
```

##### Fish Shell Workflow

To install these functions for the fish shell, run the following commands:

```sh
Expand All @@ -155,6 +163,8 @@ funcsave gtst
funcsave gbrk
```

##### Git Aliases

If you prefer, you can paste these aliases directly in your `~/.gitconfig` file:

```sh
Expand Down

0 comments on commit 62de034

Please sign in to comment.