Skip to content

Commit

Permalink
chore: add minimal detail to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0wng1rl committed Jan 19, 2024
1 parent 2316713 commit 6b2e3b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# csu [![CI](https://github.com/cl0wng1rl/csu/actions/workflows/ci.yml/badge.svg)](https://github.com/cl0wng1rl/csu/actions/workflows/ci.yml) [![codecov](https://codecov.io/github/cl0wng1rl/csu/branch/main/graph/badge.svg?token=RfkXLINOJV)](https://codecov.io/github/cl0wng1rl/csu)
# csu [![CI](https://github.com/cl0wng1rl/csu/actions/workflows/ci.yml/badge.svg)](https://github.com/cl0wng1rl/csu/actions/workflows/ci.yml) [![codecov](https://codecov.io/github/cl0wng1rl/csu/branch/main/graph/badge.svg?token=RfkXLINOJV)](https://codecov.io/github/cl0wng1rl/csu)

## Case Switch Util

`csu` is a command line tool designed to make switching the case of text easy.

### Example

`% csu "hello world" -c upper`

`> HELLO WORLD`

0 comments on commit 6b2e3b6

Please sign in to comment.