Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightroman/farmongo

PowerShell module with MongoDB browser in Far Manager
https://github.com/nightroman/farmongo

farmanager mongodb powershell

Last synced: about 1 month ago
JSON representation

PowerShell module with MongoDB browser in Far Manager

Awesome Lists containing this project

README

        

# FarMongo

PowerShell module with MongoDB browser in Far Manager

For the requirements and details, see [about_FarMongo.help.txt](https://github.com/nightroman/FarMongo/blob/main/about_FarMongo.help.txt)

**How to start**

Install the module from the PowerShell gallery by this command:

```powershell
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:

```powershell
Import-Module FarMongo
help about_FarMongo
```

**See also**

- [FarMongo Release Notes](https://github.com/nightroman/FarMongo/blob/main/Release-Notes.md)
- [FarLite, similar project for LiteDB](https://github.com/nightroman/FarLite)