Commit graph

23 commits

Author SHA1 Message Date
graelo
6f2f7678eb chore(clippy): obey nightly clippy 2022-11-07 10:45:06 +01:00
graelo
26e7d9767e chore: obey clippy 2022-11-07 00:05:46 +01:00
graelo
10013a6c6d chore: update to clap v4 & termion v2 2022-11-07 00:02:27 +01:00
graelo
1f79419934 fix: refine url regex: exclude > 2022-07-08 11:44:28 +02:00
graelo
d2eb8f0e16 refactor: publicly expose error::Error 2022-05-31 08:47:53 +02:00
graelo
389e9617a9 refactor: quoted-tick -> quoted-backtick 2021-10-26 09:25:29 +02:00
graelo
5d9ea6f7f8 refactor: rename ParseError -> Error 2021-10-24 18:28:58 +02:00
graelo
7d1bb69c6f refactor: use custom Result 2021-10-24 17:48:36 +02:00
graelo
aad092d536 feat: sha regex allows uppercase 2021-04-09 09:39:53 +02:00
graelo
12c47d1584 feat: match single/double/tick quoted strings 2021-03-27 16:23:27 +01:00
graelo
eaeaf5268b feat: all regex patterns have a capture group 2021-03-27 15:36:48 +01:00
graelo
7ce0e95c8c feat: match ISO datetimes 2021-03-23 07:56:49 +01:00
graelo
8cc42dbe44 fix: update tmux shortcuts 2021-03-23 07:51:35 +01:00
graelo
9fbfff70f3 refactor: rename Match -> Span 2021-03-22 23:56:35 +01:00
graelo
4ec240c2b1 refactor: model receives buffer & computes matches 2021-03-22 08:58:45 +01:00
graelo
893f80a1e2 refactor: unique_hint -> textbuf::Model 2021-03-22 08:58:42 +01:00
graelo
da23c89b80 refactor: model: better matches 2021-03-22 08:57:44 +01:00
graelo
dcd92230e1 refactor: move model tests -> textbuf/mod.rs 2021-03-22 08:57:39 +01:00
graelo
5904bb1df5 refactor: regexes.rs -> textbuf/regexes.rs 2021-03-22 08:57:36 +01:00
graelo
2c3c7a5456 refactor: alphabets.rs -> textbuf/alphabet.rs 2021-03-22 08:57:34 +01:00
graelo
7d4d9a8824 refactor: Match -> textbuf/matches.rs 2021-03-22 08:57:30 +01:00
graelo
f76ed75f5b refactor: RawMatch -> textbuf/raw_match.rs 2021-03-22 08:57:27 +01:00
graelo
9afdcf3db2 refactor: model.rs -> textbuf/model.rs 2021-03-22 08:57:24 +01:00