Skip to content

Commit

Permalink
更新readme的图片链接
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuohumax committed Mar 24, 2024
1 parent d263808 commit 2060100
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<div align="center">
<img src="./icon.png" style="width:7em" />
<p>
<img alt="Downloads" src="https://img.shields.io/visual-studio-marketplace/d/xiaohuohumax.format-files-by-ignores">
<img alt="Installs" src="https://img.shields.io/visual-studio-marketplace/i/xiaohuohumax.format-files-by-ignores">
<img alt="License" src="https://img.shields.io/github/license/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Stars" src="https://img.shields.io/github/stars/xiaohuohumax/format-files-by-ignores.svg"/>
</p>
</div>

# Format Files By Ignore

<p>
<img alt="Downloads" src="https://img.shields.io/visual-studio-marketplace/d/xiaohuohumax.format-files-by-ignores">
<img alt="Installs" src="https://img.shields.io/visual-studio-marketplace/i/xiaohuohumax.format-files-by-ignores">
<img alt="License" src="https://img.shields.io/github/license/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Stars" src="https://img.shields.io/github/stars/xiaohuohumax/format-files-by-ignores.svg"/>
</p>

[中文](./README_CN.md)

**Batch Format file by ignore file**
Expand All @@ -19,7 +16,7 @@

VSCode Extensions Select `Format Files By Ignores`

![ext.png](./images/ext.png)
![ext.png](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/ext.png)

## 📄 Usage

Expand All @@ -39,9 +36,9 @@ VSCode Extensions Select `Format Files By Ignores`

## 📹 Demo

![folder.gif](./images/folder.gif)
![folder.gif](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/folder.gif)

![workspace.gif](./images/workspace.gif)
![workspace.gif](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/workspace.gif)

## 🔗 Link

Expand Down
25 changes: 11 additions & 14 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<div align="center">
<img src="./icon.png" style="width:7em" />
<p>
<img alt="Downloads" src="https://img.shields.io/visual-studio-marketplace/d/xiaohuohumax.format-files-by-ignores">
<img alt="Installs" src="https://img.shields.io/visual-studio-marketplace/i/xiaohuohumax.format-files-by-ignores">
<img alt="License" src="https://img.shields.io/github/license/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Stars" src="https://img.shields.io/github/stars/xiaohuohumax/format-files-by-ignores.svg"/>
</p>
</div>

# Format Files By Ignore

<p>
<img alt="Downloads" src="https://img.shields.io/visual-studio-marketplace/d/xiaohuohumax.format-files-by-ignores">
<img alt="Installs" src="https://img.shields.io/visual-studio-marketplace/i/xiaohuohumax.format-files-by-ignores">
<img alt="License" src="https://img.shields.io/github/license/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/xiaohuohumax/format-files-by-ignores.svg"/>
<img alt="Stars" src="https://img.shields.io/github/stars/xiaohuohumax/format-files-by-ignores.svg"/>
</p>

[English](./README.md)

VSCode插件:依据 ignore 文件筛选文件,然后批量格式化文件(Format Files By Ignores)
Expand All @@ -21,7 +18,7 @@ VSCode插件:依据 ignore 文件筛选文件,然后批量格式化文件(

VSCode 插件搜索 `Format Files By Ignores`

![ext.png](./images/ext.png)
![ext.png](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/ext.png)

## 使用

Expand All @@ -42,9 +39,9 @@ VSCode 插件搜索 `Format Files By Ignores`

## 演示

![folder.gif](./images/folder.gif)
![folder.gif](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/folder.gif)

![workspace.gif](./images/workspace.gif)
![workspace.gif](https://cdn.jsdelivr.net/gh/xiaohuohumax/format-files-by-ignores/images/workspace.gif)

## 链接

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"gitignore",
"format-folder",
"format-wrokspace",
"format folder",
"format workspace",
"batch format files",
"formatters"
],
"main": "./out/extension.js",
Expand Down

0 comments on commit 2060100

Please sign in to comment.