Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 909 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 909 Bytes

FarMongo

PowerShell module with MongoDB browser in Far Manager

For the requirements and details, see about_FarMongo.help.txt

How to start

Install the module from the PowerShell gallery by this command:

Save-Module FarMongo -Path $env:FARHOME\FarNet\Modules\PowerShellFar\Modules

You can use the usual Install-Module FarMongo command, too, it's fine. But the module works only with Far Manager, FarNet, and PowerShellFar. PowerShellFar has its own special directory for PowerShell modules.

Import the module and get help:

Import-Module FarMongo
help about_FarMongo

See also