From 0b52613c3b4965f87fe65d6454e279b1f04dfbc0 Mon Sep 17 00:00:00 2001 From: bootjp / Yoshiaki Ueda Date: Tue, 25 May 2021 21:00:21 +0900 Subject: [PATCH] change project name --- .github/workflows/static-build.yml | 4 ++++ Cargo.toml | 2 +- README.md | 10 +++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/static-build.yml b/.github/workflows/static-build.yml index 1469fbd..dab5d25 100644 --- a/.github/workflows/static-build.yml +++ b/.github/workflows/static-build.yml @@ -11,6 +11,10 @@ env: jobs: build: runs-on: ubuntu-latest + strategy: + matrix: + os: [""] + fail-fast: true steps: - uses: actions/checkout@v2 - name: Build-musl diff --git a/Cargo.toml b/Cargo.toml index 693908e..1d7210a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "lcat" +name = "bcat" version = "0.1.0" authors = ["bootjp / Yoshiaki Ueda "] edition = "2018" diff --git a/README.md b/README.md index 6568272..edb2e91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lcat (ls cat) +# bcat (ls cat renamed bcat) A command-line tool that allows transparent ls and cat operations regardless of whether they are files or directories. @@ -7,10 +7,10 @@ Also for practicing Rust. ## install ```sh -curl -LO https://github.com/bootjp/lcat/releases/latest/download/lcat -chmod +x lcat -./lcat . -sudo cp lcat /usr/local/bin/ +curl -LO https://github.com/bootjp/bcat/releases/latest/download/bcat +chmod +x bcat +./bcat . +sudo cp bcat /usr/local/bin/ ``` ## example