Skip to content

Commit

Permalink
change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed May 25, 2021
1 parent c211dd7 commit 0b52613
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "lcat"
name = "bcat"
version = "0.1.0"
authors = ["bootjp / Yoshiaki Ueda <contact@bootjp.me>"]
edition = "2018"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 0b52613

Please sign in to comment.