Skip to content

A tool to view your mongodb data in the terminal.

License

Notifications You must be signed in to change notification settings

caycun/termongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termongo

License: MIT A tool to view your mongodb 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.

cargo install termongo

Usage

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.