Skip to content

zztkm/ztb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 30, 2024
eb30ab4 · Jun 30, 2024

History

7 Commits
Jun 2, 2024
Jun 30, 2024
Jun 1, 2024
Jun 1, 2024
Jun 1, 2024
Jun 1, 2024
Jun 30, 2024

Repository files navigation

ztb

zztkm tool box.

Rust の練習がてら Linux コマンドを再実装したり、自分がほしいコマンドを実装したりしています。

Install

git clone https://github.com/zztkm/ztb.git
cd ztb

cargo install --path .

Usage

# 引数がない場合は標準入力から読み取ります
$ cat README.md | cargo run -- cat                                                                                   at 01:46:25
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
     Running `target/debug/ztb cat`
# ztb

zztkm tool box.

# 引数ありの場合
$ cargo run -- cat README.md Makefile                                                                                at 01:48:46
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
     Running `target/debug/ztb cat README.md Makefile`
# ztb

zztkm tool box.

.PHONY: all
all:
	cargo build

.PHONY: fmt
fmt:
	cargo fmt

.PHONY: lint
lint:
	cargo clippy

About

zztkm tool box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published