termongo

Crates.iotermongo
lib.rstermongo
version0.2.0
sourcesrc
created_at2023-01-08 05:40:49.853601
updated_at2023-02-24 01:18:13.480779
descriptionA tool to view your mongoose data in the terminal.
homepagehttps://github.com/caycun/termongo
repositoryhttps://github.com/caycun/termongo
max_upload_size
id753481
size61,373
Cayle (caycun)

documentation

README

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.

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.

Commit count: 23

cargo fmt