Commit graph

122 commits

Author SHA1 Message Date
graelo
8eaec9f933 fix: obey clippy 2024-08-12 23:52:40 +02:00
graelo
52f902b5e1 chore(deps): upgrade to termion-3.0.0 2024-02-24 00:31:15 +01:00
graelo
6000913a53 chore: bump MSRV to 1.70 2023-09-02 01:08:18 +02:00
graelo
1c7c930977 chore(docs): update README 2023-09-02 00:56:10 +02:00
graelo
f2df79e254 fix(regex): add s3 & gs to uri 2023-06-02 22:22:06 +02:00
graelo
7046114a3f fix: update min rust version to 1.64 2023-04-02 10:57:01 +02:00
graelo
f08cf307c6 chore(clippy): fix warnings from nightly 2022-12-10 15:58:44 +01:00
graelo
ea8b25c2a7 fix(regex): avoid capturing quotes at the end of url 2022-12-10 15:22:50 +01:00
graelo
b9893ff750 docs: update README 2022-11-07 16:10:52 +01:00
graelo
421c74b792 feat(command): add init command 2022-11-07 14:44:55 +01:00
graelo
df661e25f1 chore(clap): use more idiomatic attributes 2022-11-07 14:10:33 +01:00
graelo
735d6c0e40 fix(test): remove unnecessary &mut in some tests 2022-11-07 10:46:43 +01:00
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
e13c58db30 refactor: better handling of hint_style_arg 2022-06-01 08:47:18 +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
a5140322ff chore(docs): update README.md, Cargo desc, installation 2021-10-26 08:46:40 +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
077d16311e chore(deps): bump clap to 3.0.0-beta.5 2021-10-24 10:02:11 +02:00
graelo
a253c1e243 refactor: obey clippy 2021-04-12 22:37:27 +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
8924af3c51 refactor: capture as method on Pane 2021-03-27 14:13:04 +01:00
graelo
f2fe3ec590 refactor: ui/vc better names, offset/pos, ScreenLine 2021-03-25 19:37:29 +01:00
graelo
b049fba642 feat: capture in copy mode 2021-03-24 17:31:41 +01:00
graelo
7550895602 fix: default colors 2021-03-24 17:31:35 +01:00
graelo
ae19f2b4e4 fix: tmux options read correctly 2021-03-23 08:48:00 +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
e0cb0e9564 fix: default colors 2021-03-23 00:26:44 +01:00
graelo
3f4e854700 refactor: fix old names 2021-03-23 00:08:47 +01:00
graelo
9fbfff70f3 refactor: rename Match -> Span 2021-03-22 23:56:35 +01:00
graelo
92509fe534 refactor: run takes &[&str] 2021-03-22 08:58:47 +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
9611b8a36d refactor: ui add fold markers 2021-03-22 08:58:39 +01:00
graelo
863cd2e082 refactor: tmux_bridge -> extended 2021-03-22 08:58:35 +01:00
graelo
d4fb6c417b refactor: OutputDestination -> config/tmux_bridge.rs 2021-03-22 08:58:33 +01:00
graelo
a26a4a56d8 refactor: refactor config 2021-03-22 08:58:29 +01:00
graelo
2b331c2862 refactor: CaptureRegion -> config/tmux_bridge.rs 2021-03-22 08:58:27 +01:00
graelo
d598d5962e refactor: refactor config 2021-03-22 08:58:24 +01:00
graelo
0ee29303c6 refactor: config names 2021-03-22 08:58:21 +01:00
graelo
d558c81183 refactor: config/core.rs -> config/basic.rs 2021-03-22 08:58:18 +01:00
graelo
f539545edd refactor: HintStyleCli -> HintStyleArg 2021-03-22 08:58:14 +01:00
graelo
5d4f19d7ba refactor: BridgeOpt -> config/bridge.rs 2021-03-22 08:58:09 +01:00