https://github.com/nightroman/farmongo
PowerShell module with MongoDB browser in Far Manager
https://github.com/nightroman/farmongo
farmanager mongodb powershell
Last synced: 9 months 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-01-29T18:08:45.000Z (about 1 year ago)
- Last Synced: 2025-04-01T04:41:32.457Z (11 months ago)
- Topics: farmanager, mongodb, powershell
- Language: PowerShell
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 2
- 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**
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)