Skip to content

Commit 7675eed

Browse files
committed
add professional badges to README
1 parent e525ec7 commit 7675eed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# rsworktree
22

3+
[![Crates.io](https://img.shields.io/crates/v/rsworktree.svg)](https://crates.io/crates/rsworktree)
4+
[![Downloads](https://img.shields.io/crates/d/rsworktree.svg)](https://crates.io/crates/rsworktree)
5+
[![License](https://img.shields.io/crates/l/rsworktree.svg)](https://github.com/ozankasikci/rust-git-worktree/blob/master/LICENSE)
36
[![Codecov](https://codecov.io/gh/ozankasikci/rust-git-worktree/branch/master/graph/badge.svg)](https://codecov.io/gh/ozankasikci/rust-git-worktree)
7+
[![CI](https://github.com/ozankasikci/rust-git-worktree/actions/workflows/coverage.yml/badge.svg)](https://github.com/ozankasikci/rust-git-worktree/actions/workflows/coverage.yml)
8+
[![Rust](https://img.shields.io/badge/rust-1.85%2B-blue.svg)](https://www.rust-lang.org)
49

510
`rsworktree` is a Rust CLI for managing Git worktrees in a single repo-local directory (`.rsworktree`). It provides a focused, ergonomic workflow for creating, jumping into, listing, and removing worktrees without leaving the terminal.
611

0 commit comments

Comments
 (0)