Skip to content

Commit

Permalink
Version bump and rename to pipes-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Feb 5, 2021
1 parent 84e884b commit bd7caf7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pipes.rs
# pipes-rs

> An overengineered rewrite of pipes.sh in Rust
![pipes.rs preview](https://github.com/CookieCoder15/i/raw/master/pipes-rs-preview.gif)
![pipes-rs preview](https://github.com/CookieCoder15/i/raw/master/pipes-rs-preview.gif)

## Installlation

Expand All @@ -14,7 +14,7 @@ $ brew install CookieCoder15/tap/pipes-rs

## Configuration

pipes.rs can be configured using TOML located at `~/.config/pipes-rs/config.toml`.
pipes-rs can be configured using TOML located at `~/.config/pipes-rs/config.toml`.
The following is an example file with the default settings:

```toml
Expand Down
2 changes: 1 addition & 1 deletion crates/model/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{collections::HashSet, str::FromStr, time::Duration};
use structopt::StructOpt;

#[derive(Serialize, Deserialize, Default, StructOpt)]
#[structopt(name = "pipes.rs", no_version)]
#[structopt(name = "pipes-rs", no_version)]
pub struct Config {
/// "ansi", "rgb" or "none"
#[structopt(short, long)]
Expand Down
2 changes: 1 addition & 1 deletion crates/pipes-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["CookieCoder15 <40507205+CookieCoder15@users.noreply.github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
name = "pipes-rs"
version = "0.1.0"
version = "1.0.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit bd7caf7

Please sign in to comment.