Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas authored and Thomas committed Dec 16, 2024
1 parent 2c9e201 commit 4b7786c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Files2Prompt

[![GitHub Repo](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/Thomas-McKanna/Files2Prompt) [![Build](https://github.com/Thomas-McKanna/Files2Prompt/actions/workflows/publish.yml/badge.svg)](https://github.com/Thomas-McKanna/Files2Prompt/actions/workflows/publish.yml)

Copy file contents in XML format for LLM prompts effortlessly.

![Demo](demo.gif)
Expand Down Expand Up @@ -81,8 +83,6 @@ Always provide full code listings. You only need to include files that have chan

See recommended system message above.



## Configuration

### Customizing Keyboard Shortcuts
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Files2Prompt",
"icon": "./files2prompt-icon.webp",
"description": "Copy file contents for LLM prompts",
"version": "1.7.0",
"version": "1.7.1",
"publisher": "thomas-mckanna",
"keywords": [
"files",
Expand Down Expand Up @@ -192,4 +192,4 @@
"fast-xml-parser": "^4.5.0",
"ignore": "^6.0.2"
}
}
}

0 comments on commit 4b7786c

Please sign in to comment.