summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 654c20a1ea53857e6ce479b4e1151d14ceb884cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 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

![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.