https://github.com/canop/dysk
A linux utility to get information on filesystems, like df but better
https://github.com/canop/dysk
filesystem hacktoberfest linux rust
Last synced: about 2 months ago
JSON representation
A linux utility to get information on filesystems, like df but better
- Host: GitHub
- URL: https://github.com/canop/dysk
- Owner: Canop
- License: mit
- Created: 2020-10-09T20:42:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:25:06.000Z (over 2 years ago)
- Last Synced: 2024-05-01T23:46:46.201Z (over 1 year ago)
- Topics: filesystem, hacktoberfest, linux, rust
- Language: Rust
- Homepage: https://dystroy.org/dysk
- Size: 4.44 MB
- Stars: 822
- Watchers: 8
- Forks: 21
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dysk
[![CI][s3]][l3] [![MIT][s2]][l2] [![Latest Version][s1]][l1] [![Chat on Miaou][s4]][l4] [![Packaging status][srep]][lrep]
[s1]: https://img.shields.io/crates/v/dysk.svg
[l1]: https://crates.io/crates/dysk
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[l2]: LICENSE
[s3]: https://travis-ci.org/Canop/dysk.svg?branch=master
[l3]: https://travis-ci.org/Canop/dysk
[s4]: https://miaou.dystroy.org/static/shields/room.svg
[l4]: https://miaou.dystroy.org/3768?Rust
[srep]: https://repology.org/badge/tiny-repos/dysk.svg
[lrep]: https://repology.org/project/dysk/versions
A linux utility listing your filesystems.
Complete documentation lives at **[https://dystroy.org/dysk](https://dystroy.org/dysk)**
* **[Overview](https://dystroy.org/dysk/)**
* **[Installation](https://dystroy.org/dysk/install)**
dysk was previously known as lfs.
### Default table

### Custom choice of column


### JSON output

You can output the table as CSV too.
### Filters

### Sort

### Library
The data displayed by dysk is provided by the [lfs-core](https://github.com/Canop/lfs-core) crate.
You may use it in your own Rust application.