termongo

License: MIT A tool to view your mongoose data in the terminal. This project is still under development. Currently, you can only view data. Will add more features like data management and more.

Installation

Note: You need Rust to install this.

bash cargo install termongo

Usage

bash termongo --connect <MONGOOSE_CONNECTION_STRING>

Keybinds

| Key | Action | | :-------- | :------- | | j | cursor down | | k | cursor up | | enter | browse selected | | q | exit/back |

License

MIT

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.