Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PowerShell module with LiteDB browser in Far Manager

License

NotificationsYou must be signed in to change notification settings

nightroman/FarLite

Repository files navigation

PowerShell module withLiteDB browser inFar Manager

Requires Far Manager withFarNet.PowerShellFar andLdbc

How to start

Install Ldbc and FarLite modules from the PowerShell gallery by these commands:

Install-Module LdbcSave-Module FarLite-Path$env:FARHOME\FarNet\Modules\PowerShellFar\Modules

You can use the usualInstall-Module FarLite command, too.But the module works only in PowerShellFar.

In Far Manager, import the module and get help:

ps:Import-Module FarLiteps: help about_FarLite

Examples

# Browse "Test.LiteDB" collectionsOpen-LitePanel Test.LiteDB# Browse all documents from "Log"Open-LitePanel Test.LiteDB Log# Browse "Log" documents using specified columnsOpen-LitePanel Test.LiteDB Log-Columns Message,@{e='Date';k='DM'},@{e='Type',w=7}# Browse filtered "Log" documents ordered by descending timeOpen-LitePanel Test.LiteDB'SELECT $ FROM Log WHERE Date > @0 ORDER BY Date DESC' ([DateTime]::Today)

See also

About

PowerShell module with LiteDB browser in Far Manager

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp