nightroman 

By: | 414 downloads | Last Updated: 1/13/2024 | Latest Version: 0.4.4

Deprecated and replaced by https://github.com/nightroman/FarNet/tree/main/GitKit

By: | 403 downloads | Last Updated: 1/11/2024 | Latest Version: 2.0.0

Xmlips - XML in PowerShell

By: | 401 downloads | Last Updated: 8/24/2022 | Latest Version: 1.0.2

Use this tool to improve performance of managed applications. It creates native images and installs them into the native image cache. The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile original assemblies. The tool may print various errors "Failed to load dependency..." and etc. They are no... More info

By: | 361 downloads | Last Updated: 2/16/2022 | Latest Version: 1.0.4

The script is designed for diff and patch files created by git. It expands the specified diff file into directories "a" and "b" (original and changes) with pieces of files stored in the diff. Then you can use your diff tool of choice in order to compare the directories "a" and "b", i.e. to visualize the original diff file. The following diff line... More info

By: | 360 downloads | Last Updated: 1/1/2023 | Latest Version: 1.0.0

LiteDB browser in Far Manager

By: | 157 downloads | Last Updated: 6/17/2022 | Latest Version: 1.0.1

The command scans the contents recursively, finds README.md files and builds the index from their first line headings in the root README.md. The generated list with links is inserted into the root README.md. The index start/end marks are defined by the HTML comments like: given $Content='docs', marks are '<!--docs-->'.

By: | 75 downloads | Last Updated: 1/16/2024 | Latest Version: 0.2.1

Cmdlets for Microsoft.Data.Analysis.DataFrame

By: | 64 downloads | Last Updated: 5/9/2024 | Latest Version: 0.7.4

StackExchange.Redis cmdlets

By: | 50 downloads | Last Updated: 1/15/2024 | Latest Version: 1.0.0

The script adds completers for: Connect-Mdbc -DatabaseName .. -CollectionName .. Add-MdbcData New-MdbcData Export-MdbcData -Property .., .. Get-MdbcDatabase Get-MdbcCollection Remove-MdbcDatabase Remove-MdbcCollection Rename-MdbcCollection [-Name] .. How to use: * PowerShell v5 native Invoke Mdbc.ArgumentCompleters.ps1, e.g. i... More info

By: | 46 downloads | Last Updated: 5/7/2024 | Latest Version: 1.0.6

Requirements: - Invoke-Build command is available for calls - Internet connection for using online viz-standalone.js - or viz-standalone.js in the path, https://github.com/mdaines/viz.js - or, when -Dot, dot in $env:Graphviz or in the path, http://graphviz.org The script calls Invoke-Build to get the build tasks, makes the DOT graph, and uses eith... More info

By: | 33 downloads | Last Updated: 3/3/2024 | Latest Version: 0.0.3

This command generates and opens HTML which renders GraphQL Voyager with the specified GraphQL API URL and several display options. The GraphQL Voyager .css and .js files are downloaded once to the cache. Remove them in order to get the latest versions. The cache directory: $HOME/.PowerShelf/Show-GraphQLVoyager