Skip to content

Commit

Permalink
Update readme and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas authored and Thomas committed Sep 28, 2024
1 parent 5b5ec36 commit ac3da8a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist
node_modules
.vscode-test/
*.vsix
foobar
foobar
.DS_Store
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ vsc-extension-quickstart.md
**/*.ts
**/.vscode-test.*
!node_modules/ignore/**
demo.gif
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Copy file contents in XML format for LLM prompts effortlessly.

![Demo](demo.gif)

## Features

- **Visual File Tree**: Browse and select files within your workspace using an intuitive tree view.
Expand Down Expand Up @@ -41,14 +43,20 @@ Copy file contents in XML format for LLM prompts effortlessly.
### Copy Files:

- Click the Copy Files button in the view's title bar or use the keyboard shortcut:
- Windows/Linux: `Ctrl+Alt+C`
- macOS: `Cmd+Alt+C`
- Windows/Linux: `Ctrl+C`
- macOS: `Cmd+C`

### Refresh File Tree:

- To refresh the file tree view, click the Refresh button or use the keyboard shortcut:
- Windows/Linux: `Ctrl+Alt+R`
- macOS: `Cmd+Alt+R`
- Windows/Linux: `Ctrl+R`
- macOS: `Cmd+R`

### Clear Selection:

- To clear all file selections, click the Clear Selection button or use the keyboard shortcut:
- Windows/Linux: `Ctrl+Shift+C`
- macOS: `Cmd+Shift+C`

### Include System Message:

Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "files2prompt",
"displayName": "Files2Prompt",
"icon": "./files2prompt-icon.webp",
"description": "Copy file contents in XML format for LLM prompts.",
"version": "1.1.0",
"description": "Copy file contents for LLM prompts.",
"version": "1.1.1",
"publisher": "thomas-mckanna",
"repository": {
"type": "git",
Expand Down

0 comments on commit ac3da8a

Please sign in to comment.