summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-05-16 22:15:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-05-16 22:15:06 +0900
commitf1c6bdf3e8b362b4225b1ae76066ea2a45595c16 (patch)
tree4a489ae355a34b8653342f27a922c8df8694cc61
parent710659bcf55869a3c81015fa08f82019bdadea59 (diff)
downloadfzf-f1c6bdf3e8b362b4225b1ae76066ea2a45595c16.tar.gz
Update README
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--README.md15
2 files changed, 13 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d9b9fe2d..f5cbfb3e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,5 +1,5 @@
---
-name: Test fzf on Linux
+name: build
on:
push:
diff --git a/README.md b/README.md
index f70746a3..f8359f9a 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,19 @@
[Available for MacOS, Linux, & Windows](https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=fzf)<br>
</div>
-<hr>
-<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf.png" height="170" alt="fzf - a command-line fuzzy finder"> [![github-actions](https://github.com/junegunn/fzf/workflows/Test%20fzf%20on%20Linux/badge.svg)](https://github.com/junegunn/fzf/actions)
-===
+---
+
+<div align="center" markdown="1">
+ <img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-color.png" alt="fzf - a command-line fuzzy finder">
+ <a href="https://github.com/junegunn/fzf/actions">
+ <img src="https://github.com/junegunn/fzf/actions/workflows/linux.yml/badge.svg?branch=master" alt="Build Status">
+ </a>
+ <img src="https://img.shields.io/github/license/junegunn/fzf" alt="License">
+ <img src="https://img.shields.io/github/created-at/junegunn/fzf" alt="Created-at">
+ <img src="https://img.shields.io/github/contributors/junegunn/fzf" alt="Contributors">
+ <img src="https://img.shields.io/github/stars/junegunn/fzf" alt="Stars">
+</div>
fzf is a general-purpose command-line fuzzy finder.