Skip to content

Commit

Permalink
Merge pull request #6 from sgoudham/v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Feb 9, 2022
2 parents a3ede68 + 732ad69 commit e3a1458
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 276 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v1
if: "!contains(github.ref, '-')" # skip prereleases
with:
create-pullrequest: true
formula-name: ${{ env.BIN }}
formula-path: Formula/${{ env.BIN }}.rb
homebrew-tap: sgoudham/homebrew-tap
Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "uwuifyy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Goudham <[email protected]>"]
authors = ["Goudham Suresh <[email protected]>"]
description = "A robust, customizable, blazingly-fast, efficient and easy-to-use command line application to uwu'ify your text!"
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,6 @@ linkify = "0.8.0"
rand_xoshiro = "0.6.0"
ahash = "0.7.6"
memmap = "0.7.0"
kaomoji-ru = "1.0.1"

[profile.release]
lto = "fat"
Expand All @@ -46,4 +45,4 @@ lto = "fat"
codegen-units = 1

[features]
bench = []
bench = []
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* [Binaries](#binaries)
+ [Windows](#windows)
+ [Linux \ macOS](#Linux-\-macOS)
+ [Rust \ Cargo](#Rust-\-Cargo)
* [Rust \ Cargo](#Rust-\-Cargo)
* [Usage](#usage)
+ [Text Input to Text Output](#text-input-to-text-output)
+ [Text Input to File Output](#text-input-to-file-output)
Expand Down Expand Up @@ -138,11 +138,11 @@ $ source ~/.bash_profile
6. Verify installation

```shell
$ uwuifyy --help
uwuifyy 0.2.0
$ uwuifyy --version
uwuifyy 0.3.0
```

### Rust \ Cargo
## Rust \ Cargo

Alternatively, if using Rust's package manager, `Cargo`, all that is needed is

Expand All @@ -162,14 +162,16 @@ USAGE:
uwuifyy.exe [OPTIONS] <--text <TEXT>|--infile <FILE>>
OPTIONS:
-t, --text <TEXT> Text to uwu'ify
-t, --text <TEXT> The text to uwu'ify
-i, --infile <FILE> The file to uwu'ify
-o, --outfile <FILE> The file to output uwu'ified text
--ascii-only The uwu'ified text will only include ASCII faces
--unicode-only The uwu'ified text will only include UTF-8 faces
-r, --random The flag to enable randomized uwu'ified text
-w, --words <VALUE> The modifier to determine how many words to be uwu'ified [default: 1]
-f, --faces <VALUE> The modifier for uwu faces e.g hello -> hewwo [default: 0.05]
-a, --actions <VALUE> The modifier for actions e.g *shuffles over* [default: 0.125]
-s, --stutters <VALUE> The modifier for stutters e.g b-baka! [default: 0.225]
-r, --random Flag to enable/disable random uwu'ifying
-h, --help Print help information
-V, --version Print version information
```
Expand Down
Loading

0 comments on commit e3a1458

Please sign in to comment.