Skip to content

Commit

Permalink
feat(docs): add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 15, 2024
1 parent b09919a commit 48daaa5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# magit-file-icons.el

Display file icons in Magit!

# Preview
![Magit status buffer with file icons](./screenshots/status.png)

![Magit revision diffstat with file icons](./screenshots/diffstat.png)

# Installation

This package is not yet in any package archives.

To install, fetch the source and

For example, with [straight.el](https://github.com/radian-software/straight.el):

```elisp
(use-package magit-file-icons
:straight (:host github :repo "gekoke/magit-file-icons")
:custom
;; These are the default values:
(magit-file-icons-enable-diff-file-section-icons t)
(magit-file-icons-enable-untracked-icons t)
(magit-file-icons-enable-diffstat-icons t)
:config
(magit-file-icons-mode 1))
```

# Usage

Binary file added screenshots/diffstat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48daaa5

Please sign in to comment.