mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 00:54:47 -05:00
Test 2024 01 15 (#1456)
* File Converter * Adding wiki directory where we can start storing all the wikis for now (#1405) * change logseq url and add .net 8 (#1385) * Update applications.json Add Official logseq url Add .net runtime 8.0 * compile with new logseq and .net 8 runtime * add thorium avx2 * Compile Winutil * Anoter one of those huge PRs - Fix version inefficiency the version is already stored in sync, no need to slow down loading by one extra replace. - Created custom dialog and About message - Create a menu with Import/Export values - press on teh Settings cog in the right upper corner and save all the checkboxes - then you can either load them or load and run automatically - Made Import Export load accross the whole app - Optimized the way checkbox controls are looked up, it is 20% faster now - Added a switch to load all the boxes from a config file - example: .winutil.ps1 -Config "C:UsersasdfDesktop\111.json" - Added a switch to run all the action in unattended mode by passing -Run siwthc - example: .winutil.ps1 -Config "C:UsersasdfDesktop\111.json" -Run - This will run all the tweaks and install all the apps * Fixing a couple of bugs and blur fonts, also menu now closes when focus is lost * Remove Cider Music Player (#1400) * Update winutil.ps1 * Update applications.json * Compile Winutil * Checking in wiki files. Once you get wiki going you will be able to just copy this content to the wiki. Or leave it as-is, which maybe better because than the community could edit it * Adding microwin usage error wiki * fixing link the the new wiki location * Adding automation section to the readme * Fixing doc errors * Adding conda and a couple or tools used by scientists, also fixing a nesty bug with winget if you don't specify scope=machine tools like python will not work correctly * fix application mismatch * Update applications.json --------- Co-authored-by: Cristian Negulescu <cristian@clamsen.com> Co-authored-by: Chris Titus <dfm.titus@gmail.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com> Co-authored-by: KonTy <KonTy@github.com> Co-authored-by: Tommi Pöntinen <98650216+hamburgerghini1@users.noreply.github.com> Co-authored-by: Chris Titus <contact@christitus.com> * Compile Winutil * remove files application (#1408) * Update README.md (#1421) * Compile Winutil * Update links, descriptions + add choco id for twinkle tray (#1426) * update twinkle tray * update wingetui * update wisetoys link * update floorp link * Compile Winutil * Add some useful programs and fix an app's url (#1427) * fix the link for strawberry music player The existing one opens a python library * feat: add some useful apps * changed the link in the wrong place * Compile Winutil * Added new toggle tweak button (#1434) * add new ToggleSwitch * add new function to disable/enable toggle button * add new name of the button for the given toggle * added new toggle tweak * Compile Winutil * Feat: Add Microsoft Power BI program (#1438) * Compile Winutil * Fix Fredium App Link (#1440) * Update applications.json (#1448) Updated the link to Prism Launcher to point to the correct url * Compile Winutil * fix for bug with selecting presets and toggle switches (#1447) * Update Invoke-WPFPresets.ps1 * Update Invoke-WPFPresets.ps1 * Compile Winutil * Update winutil.ps1 --------- Co-authored-by: KonTy <9524513+KonTy@users.noreply.github.com> Co-authored-by: Cristian Negulescu <cristian@clamsen.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com> Co-authored-by: KonTy <KonTy@github.com> Co-authored-by: Tommi Pöntinen <98650216+hamburgerghini1@users.noreply.github.com> Co-authored-by: Munkk <152475628+munkk01@users.noreply.github.com> Co-authored-by: DeveloperDurp <developerdurp@durp.info> Co-authored-by: OmriOn <76548146+OmriOn@users.noreply.github.com> Co-authored-by: Keshav S <55992029+Keshav13142@users.noreply.github.com> Co-authored-by: Vuk Lekić <vuklekic22@gmail.com> Co-authored-by: André Gonzalez <lopescg@gmail.com> Co-authored-by: playgroundsskiff <149293245+playgroundsskiff@users.noreply.github.com> Co-authored-by: BusterBean <73446417+BusterBean@users.noreply.github.com>
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
"category": "Browsers",
|
||||
"panel": "0",
|
||||
"content": "Floorp",
|
||||
"link": "https://github.com/Floorp-Projects/Floorp",
|
||||
"link": "https://floorp.app/",
|
||||
"description": "Floorp is an open-source web browser project that aims to provide a simple and fast browsing experience."
|
||||
},
|
||||
"WPFInstalllibrewolf": {
|
||||
@ -125,6 +125,96 @@
|
||||
"link": "https://www.chatterino.com/",
|
||||
"description": "Chatterino is a chat client for Twitch chat that offers a clean and customizable interface for a better streaming experience."
|
||||
},
|
||||
"WPFInstallgoogledrive": {
|
||||
"winget": "Google.Drive",
|
||||
"choco": "googledrive",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Google Drive",
|
||||
"link": "https://www.google.com/drive/",
|
||||
"description": "File syncing across devices all tied to your google account"
|
||||
},
|
||||
"WPFInstallsynctrayzor": {
|
||||
"winget": "SyncTrayzor.SyncTrayzor",
|
||||
"choco": "synctrayzor",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Synctrayzor",
|
||||
"link": "https://github.com/canton7/SyncTrayzor/",
|
||||
"description": "Windows tray utility / filesystem watcher / launcher for Syncthing"
|
||||
},
|
||||
"WPFInstallauthy": {
|
||||
"winget": "Twilio.Authy",
|
||||
"choco": "authy-desktop",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Authy",
|
||||
"link": "https://authy.com/",
|
||||
"description": "Simple and cross-platform 2FA app"
|
||||
},
|
||||
"WPFInstallbleachbit": {
|
||||
"winget": "BleachBit.BleachBit",
|
||||
"choco": "bleachbit",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "BleachBit",
|
||||
"link": "https://www.bleachbit.org/",
|
||||
"description": "Clean Your System and Free Disk Space"
|
||||
},
|
||||
"WPFInstallespanso": {
|
||||
"winget": "Espanso.Espanso",
|
||||
"choco": "espanso",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Espanso",
|
||||
"link": "https://espanso.org/",
|
||||
"description": "Cross-platform and open-source Text Expander written in Rust"
|
||||
},
|
||||
"WPFInstallpdf24creator": {
|
||||
"winget": "geeksoftwareGmbH.PDF24Creator",
|
||||
"choco": "pdf24",
|
||||
"category": "Document",
|
||||
"panel": "1",
|
||||
"content": "PDF24 creator",
|
||||
"link": "https://tools.pdf24.org/en/",
|
||||
"description": "Free and easy-to-use online/desktop PDF tools that make you more productive"
|
||||
},
|
||||
"WPFInstalllazygit": {
|
||||
"winget": "JesseDuffield.lazygit",
|
||||
"choco": "lazygit",
|
||||
"category": "Development",
|
||||
"panel": "1",
|
||||
"content": "Lazygit",
|
||||
"link": "https://github.com/jesseduffield/lazygit/",
|
||||
"description": "Simple terminal UI for git commands"
|
||||
},
|
||||
"WPFInstallwezterm": {
|
||||
"winget": "wez.wezterm",
|
||||
"choco": "wezterm",
|
||||
"category": "Development",
|
||||
"panel": "1",
|
||||
"content": "Wezterm",
|
||||
"link": "https://wezfurlong.org/wezterm/index.html",
|
||||
"description": "WezTerm is a powerful cross-platform terminal emulator and multiplexer"
|
||||
},
|
||||
"WPFInstallripgrep": {
|
||||
"winget": "BurntSushi.ripgrep.MSVC",
|
||||
"choco": "ripgrep",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Ripgrep",
|
||||
"link": "https://github.com/BurntSushi/ripgrep/",
|
||||
"description": "Fast and powerful commandline search tool"
|
||||
},
|
||||
"WPFInstallfzf": {
|
||||
"winget": "junegunn.fzf",
|
||||
"choco": "fzf",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Fzf",
|
||||
"link": "https://github.com/junegunn/fzf/",
|
||||
"description": "A command-line fuzzy finder"
|
||||
},
|
||||
"WPFInstalldiscord": {
|
||||
"winget": "Discord.Discord",
|
||||
"choco": "discord",
|
||||
@ -140,7 +230,7 @@
|
||||
"category": "Communications",
|
||||
"panel": "0",
|
||||
"content": "Ferdium",
|
||||
"link": "https://www.ferdiapp.com/",
|
||||
"link": "https://ferdium.org/",
|
||||
"description": "Ferdium is a messaging application that combines multiple messaging services into a single app for easy management."
|
||||
},
|
||||
"WPFInstallguilded": {
|
||||
@ -539,6 +629,15 @@
|
||||
"link": "https://code.visualstudio.com/",
|
||||
"description": "Visual Studio Code is a free, open-source code editor with support for multiple programming languages."
|
||||
},
|
||||
"WPFInstallanaconda3": {
|
||||
"winget": "Anaconda.Anaconda3",
|
||||
"choco": "anaconda3",
|
||||
"category": "Development",
|
||||
"panel": "1",
|
||||
"content": "Anaconda",
|
||||
"link": "https://www.anaconda.com/products/distribution",
|
||||
"description": "Anaconda is a distribution of the Python and R programming languages for scientific computing."
|
||||
},
|
||||
"WPFInstallvscodium": {
|
||||
"winget": "Git.Git;VSCodium.VSCodium",
|
||||
"choco": "vscodium",
|
||||
@ -870,7 +969,7 @@
|
||||
"panel": "2",
|
||||
"content": "Prism Launcher",
|
||||
"description": "Prism Launcher is a game launcher and manager designed to provide a clean and intuitive interface for organizing and launching your games.",
|
||||
"link": "https://prismlauncher.com/"
|
||||
"link": "https://prismlauncher.org/"
|
||||
},
|
||||
"WPFInstallsidequest": {
|
||||
"winget": "SideQuestVR.SideQuest",
|
||||
@ -1061,6 +1160,15 @@
|
||||
"description": "Windows Terminal is a modern, fast, and efficient terminal application for command-line users, supporting multiple tabs, panes, and more.",
|
||||
"link": "https://aka.ms/terminal"
|
||||
},
|
||||
"WPFInstallpowerbi": {
|
||||
"winget": "Microsoft.PowerBI",
|
||||
"choco": "powerbi",
|
||||
"category": "Microsoft Tools",
|
||||
"panel": "2",
|
||||
"content": "Power BI",
|
||||
"description": "Create stunning reports and visualizations with Power BI Desktop. It puts visual analytics at your fingertips with intuitive report authoring. Drag-and-drop to place content exactly where you want it on the flexible and fluid canvas. Quickly discover patterns as you explore a single unified view of linked, interactive visualizations.",
|
||||
"link": "https://www.microsoft.com/en-us/power-platform/products/power-bi/"
|
||||
},
|
||||
"WPFInstallaimp": {
|
||||
"winget": "AIMP.AIMP",
|
||||
"choco": "aimp",
|
||||
@ -1097,15 +1205,33 @@
|
||||
"description": "Clementine is a modern music player and library organizer, supporting various audio formats and online radio services.",
|
||||
"link": "https://www.clementine-player.org/"
|
||||
},
|
||||
"WPFInstallclipgrab": {
|
||||
"winget": "na",
|
||||
"choco": "clipgrab",
|
||||
"WPFInstallytdlp": {
|
||||
"winget": "yt-dlp.yt-dlp",
|
||||
"choco": "yt-dlp",
|
||||
"category": "Multimedia Tools",
|
||||
"panel": "3",
|
||||
"content": "Clipgrab",
|
||||
"description": "Clipgrab is a free downloader and converter for YouTube, Vimeo, Facebook, and many other online video sites.",
|
||||
"link": "https://clipgrab.org/"
|
||||
"content": "Yt-dlp",
|
||||
"description": "Command-line tool that allows you to download videos from YouTube and other supported sites. It is an improved version of the popular youtube-dl.",
|
||||
"link": "https://github.com/yt-dlp/yt-dlp"
|
||||
},
|
||||
"WPFInstallvideomass": {
|
||||
"winget": "GianlucaPernigotto.Videomass",
|
||||
"choco": "na",
|
||||
"category": "Multimedia Tools",
|
||||
"panel": "3",
|
||||
"content": "Videomass",
|
||||
"description": "Videomass by GianlucaPernigotto is a cross-platform GUI for FFmpeg, streamlining multimedia file processing with batch conversions and user-friendly features.",
|
||||
"link": "https://github.com/jeanslack/Videomass"
|
||||
},
|
||||
"WPFInstallffmpeg": {
|
||||
"winget": "Gyan.FFmpeg",
|
||||
"choco": "ffmpeg-full",
|
||||
"category": "Multimedia Tools",
|
||||
"panel": "3",
|
||||
"content": "Ffmpeg full",
|
||||
"description": "FFmpeg is a powerful multimedia processing tool that enables users to convert, edit, and stream audio and video files with a vast range of codecs and formats.",
|
||||
"link": "https://ffmpeg.org/"
|
||||
},
|
||||
"WPFInstallcopyq": {
|
||||
"winget": "hluk.CopyQ",
|
||||
"choco": "copyq",
|
||||
@ -1373,7 +1499,7 @@
|
||||
"category": "Multimedia Tools",
|
||||
"panel": "3",
|
||||
"content": "Strawberry (Music Player)",
|
||||
"link": "https://strawberry.rocks/",
|
||||
"link": "https://github.com/strawberrymusicplayer/strawberry/",
|
||||
"description": "Strawberry is an open-source music player that focuses on music collection management and audio quality. It supports various audio formats and features a clean user interface."
|
||||
},
|
||||
"WPFInstalltidal": {
|
||||
@ -1736,14 +1862,14 @@
|
||||
"link": "https://www.voidtools.com/",
|
||||
"description": "Everything Search is a fast and efficient file search utility for Windows."
|
||||
},
|
||||
"WPFInstallfiles": {
|
||||
"winget": "YairAichenbaum.Files",
|
||||
"WPFInstallfileconverter": {
|
||||
"winget": "AdrienAllard.FileConverter",
|
||||
"choco": "files",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Files File Explorer",
|
||||
"link": "https://www.yairaichenbaum.com/files",
|
||||
"description": "Files is a feature-rich file explorer providing a user-friendly interface for file management."
|
||||
"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."
|
||||
},
|
||||
"WPFInstallflux": {
|
||||
"winget": "flux.flux",
|
||||
@ -2089,12 +2215,12 @@
|
||||
},
|
||||
"WPFInstalltwinkletray": {
|
||||
"winget": "xanderfrangos.twinkletray",
|
||||
"choco": "na",
|
||||
"choco": "twinkle-tray",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "Twinkle Tray",
|
||||
"link": "https://github.com/xanderfrangos/TwinkleTray",
|
||||
"description": "Twinkle Tray is a small utility that allows you to customize the system tray icons on your Windows taskbar."
|
||||
"link": "https://twinkletray.com/",
|
||||
"description": "Twinkle Tray lets you easily manage the brightness levels of multiple monitors."
|
||||
},
|
||||
"WPFInstallwindirstat": {
|
||||
"winget": "WinDirStat.WinDirStat",
|
||||
@ -2107,11 +2233,11 @@
|
||||
},
|
||||
"WPFInstallwingetui": {
|
||||
"winget": "SomePythonThings.WingetUIStore",
|
||||
"choco": "na",
|
||||
"choco": "wingetui",
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "WingetUI",
|
||||
"link": "https://github.com/lostindark/WingetUIStore",
|
||||
"link": "https://github.com/marticliment/WingetUI",
|
||||
"description": "WingetUI is a graphical user interface for Microsoft's Windows Package Manager (winget)."
|
||||
},
|
||||
"WPFInstallwiztree": {
|
||||
@ -2147,7 +2273,7 @@
|
||||
"category": "Utilities",
|
||||
"panel": "4",
|
||||
"content": "WiseToys",
|
||||
"link": "https://www.wisecleaner.com/wisetoys.html",
|
||||
"link": "https://toys.wisecleaner.com/",
|
||||
"description": "WiseToys is a set of utilities and tools designed to enhance and optimize your Windows experience."
|
||||
},
|
||||
"WPFInstallxdm": {
|
||||
|
Reference in New Issue
Block a user