Skip to content

Commit

Permalink
fix badge?
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Mar 22, 2024
1 parent c9c3c38 commit b7d2f6e
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)
[![GitHub Workflow
Status](https://img.shields.io/github/actions/workflow/status/noahp/emoji-fzf/main.yml?branch=main?style=for-the-badge)](https://github.com/noahp/emoji-fzf/actions)
Status](https://img.shields.io/github/actions/workflow/status/noahp/emoji-fzf/main.yml?branch=main&style=for-the-badge)](https://github.com/noahp/emoji-fzf/actions)
[![PyPI
version](https://img.shields.io/pypi/v/emoji-fzf.svg?style=for-the-badge)](https://pypi.org/project/emoji-fzf/)
[![PyPI
pyversions](https://img.shields.io/pypi/pyversions/emoji-fzf.svg?style=for-the-badge)](https://pypi.python.org/pypi/emoji-fzf/)
[![License:
MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)

- [Installation](#installation)
- [zsh plugin](#zsh-plugin)
- [Manually](#manually)
- [Shell alias](#shell-alias)
- [vim](#vim)
- [Alternative setup](#alternative-setup)
- [Custom emoji aliases](#custom-emoji-aliases)
- [Development/testing](#developmenttesting)
- [Building package for publishing](#building-package-for-publishing)
- [emoji-fzf](#emoji-fzf)
- [Installation](#installation)
- [zsh plugin](#zsh-plugin)
- [Manually](#manually)
- [Shell alias](#shell-alias)
- [vim](#vim)
- [Alternative setup](#alternative-setup)
- [Custom emoji aliases](#custom-emoji-aliases)
- [Development/testing](#developmenttesting)
- [Building package for publishing](#building-package-for-publishing)

<!-- omit in toc -->

Expand Down Expand Up @@ -112,22 +113,22 @@ aliases and not replace them.

1. First you need to create a JSON file with the following structure:

```json
[
{
"👍": ["my-custom-alias", "good-boy"]
},
{
"💯": ["epic-victory-royale"]
}
]
```
```json
[
{
"👍": ["my-custom-alias", "good-boy"]
},
{
"💯": ["epic-victory-royale"]
}
]
```

2. Now you can call `emoji-fzf` like so:

```bash
emoji-fzf --custom-aliases /path/to/your-custom-aliases.json preview
```
```bash
emoji-fzf --custom-aliases /path/to/your-custom-aliases.json preview
```

## Development/testing

Expand Down

0 comments on commit b7d2f6e

Please sign in to comment.