Commit graph

116 commits

Author SHA1 Message Date
graelo
2c6f7e058d chore(ci): bump 0.4.0 2021-03-27 17:31:26 +01:00
graelo
62a5d10746 Merge pull request 'Cleanup tmux & add pattern for quoted strings' (#3) from regex into master
Reviewed-on: https://gitea.grael.cc/grael/tmux-feat: copyrat/pulls/3
2021-03-27 16:14:45 +00: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
34f05e1fae chore(ci): bump 0.3.0 2021-03-25 19:47:18 +01:00
graelo
9a69cf5819 Merge pull request 'Refactoring' (#2) from clean into master
Reviewed-on: https://gitea.grael.cc/grael/tmux-feat: copyrat/pulls/2
2021-03-25 18:42:26 +00: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
4fc7a75046 chore(ci): bump 0.2.0 2021-03-22 09:14:36 +01:00
graelo
0a505fe1b8 Merge pull request 'Refactor heavily' (#1) from prepare into master
Reviewed-on: https://gitea.grael.cc/grael/tmux-feat: copyrat/pulls/1
2021-03-22 08:06:45 +00: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
graelo
92507e66ce refactor: remove tmux-specific option in core_config 2021-03-22 08:58:01 +01:00
graelo
ee14666333 refactor: CliOpt -> config/core.rs 2021-03-22 08:57:58 +01:00
graelo
16fa4d45c1 refactor: outputdestination.rs -> comm/output_destination.rs 2021-03-22 08:57:56 +01:00
graelo
9426d8bfee refactor: tmux -> comm/tmux.rs 2021-03-22 08:57:53 +01:00
graelo
7c7799ffbd refactor: HintAlignment -> ui/hint_alignment.rs 2021-03-22 08:57:50 +01:00
graelo
6ba1bd9454 refactor: HintStyle -> ui/hint_style.rs 2021-03-22 08:57:47 +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
graelo
a5e3ed263c refactor: selection.rs -> ui/selection.rs 2021-03-22 08:57:21 +01:00
graelo
748da3ae72 refactor: colors.rs -> ui/colors.rs 2021-03-22 08:57:18 +01:00
graelo
d119ce6b0d refactor: UiColors -> colors module 2021-03-22 08:57:13 +01:00
graelo
de1aa3889c refactor: refactor ui -> vc 2021-03-22 08:57:07 +01:00
graelo
ec03a71bfd refactor: remove process.rs 2021-03-22 08:56:58 +01:00
graelo
d2d3e812fc refactor: refactor 2021-03-17 22:50:38 +01:00