summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-07-03 14:22:53 +0200
committerCanop <cano.petrole@gmail.com>2023-07-03 14:22:53 +0200
commit50b2b1780292042cb3c9c6d810ccdb69ba38a37b (patch)
tree0e0c97ee901ad49011b20092d17c4695fbf8d5ae
parentbbe9b556192b72692af7be7f40cc1c7a46fbd71c (diff)
github repository renamed from 'lfs' to 'dysk'
-rw-r--r--Cargo.toml2
-rw-r--r--src/main.rs2
-rw-r--r--src/normal.rs2
-rw-r--r--website/docs/community.md4
-rw-r--r--website/docs/install.md4
-rw-r--r--website/mkdocs.yml2
6 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b0a106..c454ae1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["linux", "filesystem", "fs", "lfs", "disk"]
license = "MIT"
categories = ["filesystem", "command-line-utilities"]
description = "give information on mounted filesystems"
-repository = "https://github.com/Canop/lfs"
+repository = "https://github.com/Canop/dysk"
homepage = "https://dystroy.org/dysk"
documentation = "https://dystroy.org/dysk"
readme = "README.md"
diff --git a/src/main.rs b/src/main.rs
index 4daaca4..3258b12 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -80,7 +80,7 @@ fn main() {
return;
}
if mounts.is_empty() {
- println!("no mount to display - try\n lfs -a");
+ println!("no mount to display - try\n dysk -a");
return;
}
table::print(&mounts, args.color(), &args);
diff --git a/src/normal.rs b/src/normal.rs
index 2c81510..b32c40b 100644
--- a/src/normal.rs
+++ b/src/normal.rs
@@ -9,7 +9,7 @@ pub fn is_normal(m: &Mount) -> bool {
)
&& (
m.disk.is_some() // by default only fs with disks are shown
- || m.info.fs_type == "zfs" // unless it's zfs - see https://github.com/Canop/lfs/issues/32
+ || m.info.fs_type == "zfs" // unless it's zfs - see https://github.com/Canop/dysk/issues/32
|| m.info.is_remote()
)
&& !m.info.bound // removing bound mounts
diff --git a/website/docs/community.md b/website/docs/community.md
index a8725d3..70386c9 100644
--- a/website/docs/community.md
+++ b/website/docs/community.md
@@ -18,13 +18,13 @@ The best place to chat about dysk, to talk about features or bugs, is the Miaou
# Issues
-We use [GitHub's issue manager](https://github.com/Canop/lfs/issues).
+We use [GitHub's issue manager](https://github.com/Canop/dysk/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.
+**dysk** is licenced under the [MIT](https://raw.githubusercontent.com/Canop/dysk/master/LICENSE). Enjoy freely.
# API
diff --git a/website/docs/install.md b/website/docs/install.md
index 9fe3c44..601f47f 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -17,7 +17,7 @@ fetch("../download/version")
})
</script>
-[CHANGELOG](https://github.com/Canop/lfs/blob/main/CHANGELOG.md)
+[CHANGELOG](https://github.com/Canop/dysk/blob/main/CHANGELOG.md)
# Precompiled binaries
@@ -49,7 +49,7 @@ Once it's installed, use cargo to install dysk:
You'll need to have the [Rust development environment](https://www.rustup.rs) installed.
-Fetch the [Canop/dysk](https://github.com/Canop/lfs) repository, move to the lfs directory, then run
+Fetch the [Canop/dysk](https://github.com/Canop/dysk) repository, move to the dysk directory, then run
```bash
cargo install --path .
diff --git a/website/mkdocs.yml b/website/mkdocs.yml
index 07a1d4e..7f902cc 100644
--- a/website/mkdocs.yml
+++ b/website/mkdocs.yml
@@ -1,7 +1,7 @@
site_name: dysk
site_description: 'dysk, like df but better'
site_url: https://dystroy.org/dysk
-repo_url: https://github.com/Canop/lfs
+repo_url: https://github.com/Canop/dysk
edit_uri: ''
nav: