Skip to content

Commit

Permalink
File Converter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jan 15, 2024
1 parent 3b133e7 commit 9f676d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,15 @@
"link": "https://www.voidtools.com/",
"description": "Everything Search is a fast and efficient file search utility for Windows."
},
"WPFInstallfileconverter": {
"winget": "AdrienAllard.FileConverter",
"choco": "files",
"category": "Utilities",
"panel": "4",
"content": "File Converter",
"link": "https://file-converter.org/",
"description": "File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer."
},
"WPFInstallfiles": {
"winget": "YairAichenbaum.Files",
"choco": "files",
Expand Down
9 changes: 9 additions & 0 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6861,6 +6861,15 @@ $sync.configs.applications = '{
"link": "https://www.voidtools.com/",
"description": "Everything Search is a fast and efficient file search utility for Windows."
},
"WPFInstallfileconverter": {
"winget": "AdrienAllard.FileConverter",
"choco": "files",
"category": "Utilities",
"panel": "4",
"content": "File Converter",
"link": "https://file-converter.org/",
"description": "File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer."
},
"WPFInstallfiles": {
"winget": "YairAichenbaum.Files",
"choco": "files",
Expand Down

0 comments on commit 9f676d1

Please sign in to comment.