Commit graph

152 commits

Author SHA1 Message Date
graelo
df661e25f1 chore(clap): use more idiomatic attributes 2022-11-07 14:10:33 +01:00
graelo
2241347bde chore(deps): update dependencies 2022-11-07 14:01:29 +01:00
graelo
69d58040aa Merge pull request #3 from graelo/fix
Obey nightly clippy
2022-11-07 13:54:20 +01:00
graelo
17d090c5b8 fix(github-actions): remove windows support 2022-11-07 12:30:42 +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
0d0b0a817f Merge pull request #2 from graelo/github-actions
build(github-actions): use same actions as tmux-backup
2022-11-07 10:33:53 +01:00
graelo
8c22f7d628 chore(git): unignored Cargo.lock 2022-11-07 10:21:59 +01:00
graelo
500dce4def chore: add deny.toml 2022-11-07 10:04:13 +01:00
graelo
2c5c0f391c build(github-actions): use same actions as tmux-backup 2022-11-07 09:49:13 +01:00
graelo
afa36d0c8f Merge pull request #1 from graelo/refinements
Misc refinements
2022-11-07 00:15:58 +01:00
graelo
95afca5943 chore(ci): bump MSRV to 1.60 (clap v4) 2022-11-07 00:11:30 +01:00
graelo
68b75ee9b0 chore(ci): remove scheduled ci 2022-11-07 00:07:43 +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
12a7e25b94 fix: path to binary 2022-06-13 10:28:34 +02:00
graelo
169636b46b feat: better release mode 2022-06-01 08:48:58 +02:00
graelo
4ad2adcc16 chore(docs): README: fix typo 2022-06-01 08:48:18 +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
3bebad0da6 chore(deps): bump clap to 3.1 2022-05-30 09:32:08 +02:00
graelo
e892668de9 chore(docs): update install and config docs
[skip ci]
2021-10-30 20:50:22 +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
276d17ce8f chore(ci): update mrsv to 1.56.0 (edition = 2021) 2021-10-24 10:00:38 +02:00
graelo
9e774174d0 chore(ci): configure github-actions 2021-10-23 12:28:16 +02:00
graelo
9f466aea82 Merge pull request 'refactor: obey clippy' (#4) from fix into master
Reviewed-on: https://gitea.grael.cc/grael/tmux-feat: copyrat/pulls/4
2021-04-12 20:39:48 +00:00
graelo
a253c1e243 refactor: obey clippy 2021-04-12 22:37:27 +02:00
graelo
b74a5c3032 chore(ci): bump 0.4.1 2021-04-09 09:42:50 +02:00
graelo
7747cea70d Merge branch 'feat/gpg' 2021-04-09 09:40:34 +02:00
graelo
aad092d536 feat: sha regex allows uppercase 2021-04-09 09:39:53 +02:00
graelo
3b1feb4a0b refactor: reorder shortcuts in feat: copyrat.tmux 2021-04-09 09:18:28 +02:00
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