This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Display icons for filenames in ![ Magit] ( https://github.com/magit/magit ) buffers!
8
8
9
- <img src =" https://img.shields.io/github/actions/workflow/status/gekoke/magit-file-icons/ci.yaml?style=for-the-badge " />
9
+ <div >
10
+ <a href="https://github.com/gekoke/magit-file-icons/actions"><img src="https://img.shields.io/github/actions/workflow/status/gekoke/magit-file-icons/ci.yaml?style=for-the-badge" alt="Build status"/></a>
11
+ <a href="https://github.com/gekoke/magit-file-icons/releases/latest"><img src="https://img.shields.io/github/tag/gekoke/magit-file-icons.svg?label=release&style=for-the-badge" alt="Release tag"></a>
12
+ <a href="https://opensource.org/license/gpl-3-0"><img src="https://img.shields.io/badge/LICENSE-GPLv3-orange.svg?style=for-the-badge" alt="License"></a>
13
+ </div >
10
14
11
15
# Preview
12
16
![ Magit status buffer with file icons] ( ./screenshots/status.png )
@@ -15,13 +19,15 @@ Display icons for filenames in  buffers!
15
19
16
20
# Installation
17
21
18
- This package is not yet in any package archives. To install, you need to fetch the source .
22
+ You can install this package from [ MELPA ] ( https://melpa.org/ ) .
19
23
20
- For example, with [ straight.el] ( https://github.com/radian-software/straight.el ) :
24
+ <a href =" https://melpa.org/#/magit-file-icons " ><img src =" https://melpa.org/packages/magit-file-icons-badge.svg " alt =" magit-file-icons badge " /></a >
25
+
26
+ For example, with ` use-package ` :
21
27
22
28
``` elisp
23
29
(use-package magit-file-icons
24
- :straight (:host github :repo "gekoke/magit-file-icons")
30
+ :ensure t
25
31
:custom
26
32
;; These are the default values:
27
33
(magit-file-icons-enable-diff-file-section-icons t)
You can’t perform that action at this time.
0 commit comments