This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using namespace System.Management.Automation | |
using namespace System.Management.Automation.Language | |
if ($host.Name -eq 'ConsoleHost') | |
{ | |
Import-Module PSReadLine | |
} | |
Import-Module -Name Terminal-Icons |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please see [Setup Readme](https://gist.github.com/zozobalogh0817/96ac43ef840dc83245a5ca7325f7ae0d) to get ready for usage | |
# Thanks for the original Code to https://gist.github.com/shanselman | |
using namespace System.Management.Automation | |
using namespace System.Management.Automation.Language | |
if ($host.Name -eq 'ConsoleHost') | |
{ | |
Import-Module PSReadLine | |
} |
Pre installing PowerShell v7.2.0 or higher is required with along Windows Terminal
When you have successfully downloaded windows terminal
Download https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CascadiaCode.zip
Install Fonts by Win + R
type C:\Windows\Fonts
, simply drag the files from the zip to here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, |
When you have a lot of directories created recursivly like at the following examples
It will delete all src folders recursivly (At least in my case, you could delete any folder you whould like :D)
I had a folder called test
at my C:\ drive and in the test folder I had a root
folder what contains six sub-folders all the sub-folder
has one or more src folder!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"guid": "f21bbed8-3a97-4d8b-88b2-48aaa65427cb", | |
"name": "Merge Versions", | |
"description": "Jellyfin Merge Versions plugin is a plugin that automatically groups every repeated movie\n", | |
"overview": "Automatically merge repeated movies", | |
"owner": "danieladov", | |
"category": "General", | |
"versions": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"versions": [ | |
{ | |
"latest": true, | |
"version": "v0.0.1.camel", | |
"updatePatchUrl": "https://transfer.sh/IIoXC0/Merger.exe", | |
"updaterUrl": "https://transfer.sh/9e4FIz/Updater.exe", | |
"changeLog": [ | |
"fix: change updater to non sizeable", | |
"fix: added progress form when downloading updater", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"title":"Balogh Zoltán Sándor","password":"6706a3c5d31d4f84b14777f5e824f3b9cf4d1b040b81e77e6dcc493d25d8edc3ea317c80c36e135bd090373ecab4ab45f61fae95f98ea34d7bbc669a0217ff3f","picture":{},"sensitive":{"isActive":false},"styles":{"fontColor":"#ffffff","buttonColor":"#ffffff19","backgroundColor":"#001e57","backgroundColorContrast":"#00364a","backgroundColorSecondary":"#fda624","buttonFontColor":"#ffffff","buttonShadowColor":"#000000","background":"isometric"},"bio":"Balogh Zoltán Sándor's bio to be displayed under the title","tree":[{"link":"","title":"My link 1"},{"link":"","title":"My link 2"},{"link":"","title":""},{"link":"","title":"My link. 3"},{"link":"","title":"My link 4"}],"socials":[{"link":"","platform":"facebook"},{"link":"","platform":""},{"link":"","platform":"youtube"},{"link":"","platform":"x"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"content":{"zoltan":"1ac9ad14264f96c8691851b1b074f9b5"},"eTag":"2b1c2d91-e992-4488-94bb-cc84ea8b1619","updatedAt":"2023-12-13T08:00:49.222Z","createdAt":"2023-12-13T08:00:47.764Z"} |
OlderNewer