device_status

Crates.iodevice_status
lib.rsdevice_status
version0.1.2
sourcesrc
created_at2023-05-03 18:07:50.637041
updated_at2023-05-03 18:13:26.233898
descriptionThis crate allow you to obtain information of the disk space in a particular device where a given path is located
homepage
repositoryhttps://gitlab.com/centro-sismologico/device-info-status
max_upload_size
id855663
size35,858
David Pineda (dpineiden)

documentation

README

#+TITLE: Device Status Info

This software can show you the information about the use of memory on disk.

You have to give the path and detect the device asociated to the path. Also you can give a file with a list of path. If not exists return info with 0.

Example:

#+begin_src bash cargo run --bin device_status -- --path ../test_files --id 1 --name david --list #+end_src

O bien, con solo el binario:

#+begin_src bash device_status --path ../test_files --id 1 --name david #+end_src

Para ver las opciones:

#+begin_src bash device_status --help #+end_src

Commit count: 9

cargo fmt