summaryrefslogtreecommitdiffstats
path: root/website/docs/community.md
blob: a8725d3358543eb66606f1efa5e6ed053d3c2ee2 (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
**dysk** is developed by [Denys Séguret](https://twitter.com/DenysSeguret), also known as [Canop](https://github.com/Canop) or [dystroy](https://dystroy.org).

# Sponsorship

**dysk** is free for all uses.

If it helps your company make money, consider helping me find time to add features and to develop new free open-source software.

<iframe src="https://github.com/sponsors/Canop/button" title="Sponsor Canop" height="35" width="114" style="border: 0; border-radius: 6px;"></iframe>

# Chat

The best place to chat about dysk, to talk about features or bugs, is the Miaou chat.

* [Rust & dysk room on Miaou](https://miaou.dystroy.org/3490?rust)
* [French Programmers room on Miaou](https://miaou.dystroy.org/3)

# Issues

We use [GitHub's issue manager](https://github.com/Canop/lfs/issues).

Before posting a new issue, check your problem hasn't already been raised and in case of doubt please come first discuss it on the chat.

# Licence

**dysk** is licenced under the [MIT](https://raw.githubusercontent.com/Canop/lfs/master/LICENSE). Enjoy freely.

# API

**dysk** is built on top of [lfs-core](https://docs.rs/lfs-core/).

If you want to display the same data in your Rust application, consider using this crate directly.

For example **[broot](https://dystroy.org/broot)** uses lfs-core to display the available size in each folder's device:

![screen](img/broot-w.png)