https://github.com/nightroman/farmongo
PowerShell module with MongoDB browser in Far Manager
https://github.com/nightroman/farmongo
farmanager mongodb powershell
Last synced: 2 days ago
JSON representation
PowerShell module with MongoDB browser in Far Manager
- Host: GitHub
- URL: https://github.com/nightroman/farmongo
- Owner: nightroman
- License: apache-2.0
- Created: 2019-11-17T06:44:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T00:56:06.000Z (4 months ago)
- Last Synced: 2025-12-01T02:33:57.520Z (4 months ago)
- Topics: farmanager, mongodb, powershell
- Language: PowerShell
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
Get from [PSGallery](https://www.powershellgallery.com/packages/FarMongo)
```powershell
Save-Module FarMongo -Path $env:FARPROFILE\FarNet\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)