Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Canop/lfs
A linux utility to get information on filesystems, like df but better
https://github.com/Canop/lfs
filesystem hacktoberfest linux rust
Last synced: 3 months ago
JSON representation
A linux utility to get information on filesystems, like df but better
- Host: GitHub
- URL: https://github.com/Canop/lfs
- Owner: Canop
- License: mit
- Created: 2020-10-09T20:42:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:25:06.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:46:46.201Z (7 months 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/versionsA 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
![screenshot](website/docs/img/dysk.png)
### Custom choice of column
![screenshot](website/docs/img/dysk_c=label+default+dev.png)
![screenshot](website/docs/img/dysk_c=+dev+inodes.png)
### JSON output
![screenshot](website/docs/img/dysk-json-jq.png)
You can output the table as CSV too.
### Filters
![screenshot](website/docs/img/dysk_filters.png)
### Sort
![screenshot](website/docs/img/dysk_s=free-d.png)
### 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.