mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(docs): update README.md, Cargo desc, installation
This commit is contained in:
parent
5d9ea6f7f8
commit
a5140322ff
7 changed files with 495 additions and 330 deletions
|
|
@ -31,7 +31,8 @@ pub struct Config {
|
|||
#[clap(short = 'x', long = "--pattern-name", parse(try_from_str = regexes::parse_pattern_name))]
|
||||
pub named_patterns: Vec<regexes::NamedPattern>,
|
||||
|
||||
/// Additional regex patterns ("foo*bar", etc).
|
||||
/// Additional regex patterns ("(foo.*)bar", etc). Must have a capture
|
||||
/// group.
|
||||
#[clap(short = 'X', long = "--custom-pattern")]
|
||||
pub custom_patterns: Vec<String>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue