Crates.io | pobsd |
lib.rs | pobsd |
version | 0.2.0 |
source | src |
created_at | 2023-03-03 21:33:35.750827 |
updated_at | 2023-03-24 09:08:03.033158 |
description | Simple tool to interact with the PlayOnBSD database |
homepage | https://github.com/Hukadan/pobsd-rs |
repository | |
max_upload_size | |
id | 800082 |
size | 36,269 |
pobsd is a tool written in Rust designed to browse the PlayOnBSD database that can be find here
It makes use of both plege(2)
and unveil(2)
.
You can install it using cargo
with cargo install pobsd
.
Make sure to update to your $PATH
to be able to use
it (usually by adding $HOME/.cargo/bin
).
The last (but not the least) function is the browse function. It provides a nice yet simple terminal interface for browsing and searching the database.
Reading https://github.com/graymind75/passmng source code helped me a lot to implement the TUI.