Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nightroman/farmongo
- Owner: nightroman
- License: apache-2.0
- Created: 2019-11-17T06:44:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T10:20:46.000Z (about 2 years ago)
- Last Synced: 2024-10-30T12:13:26.283Z (3 months ago)
- Topics: farmanager, mongodb, powershell
- Language: PowerShell
- Homepage:
- Size: 30.3 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)