Commit graph

53 commits

Author SHA1 Message Date
iff
22e076b228 fix: opt capture 2024-11-20 22:23:42 +01:00
iff
927e7d4263 fix: cargo regex 2024-11-20 21:01:37 +01:00
iff
0dc24bc21d fix: multiple capture matches 2024-11-19 03:35:15 +01:00
iff
1d26ca5c7e fix: actually using the regex capture 2024-11-19 03:09:55 +01:00
iff
a71486e956 fix: broken rules for new nushell version 2024-11-18 13:38:21 +01:00
iff
4323926c77 rules: remove redundant patterns 2024-11-16 22:11:13 +01:00
iff
b5da53196d rules: cp 2024-11-16 17:06:07 +01:00
iff
0e4e5d3714 fix: empty candidate 2024-11-16 16:55:29 +01:00
iff
e8e759a719 rules: pacman 2024-11-16 15:22:19 +01:00
iff
ff7f27f250 fix: negative index 2024-11-16 00:59:33 +01:00
iff
7b9cecfd8d feat: expand alias for suggestion 2024-11-16 00:25:28 +01:00
iff
e1586db6af refactor: underscoring preserved command names 2024-09-25 18:00:00 +02:00
iff
96a588799d rules: npm and yarn subcommands 2024-09-24 18:26:53 +02:00
Nicholas Ciechanowski
b2c95c30e7 feat(rules): add yarn (gh #5)
* feat(rules): add yarn

---------

Co-authored-by: iff <iff@ik.me>
2024-09-24 17:32:21 +02:00
iff
becb692db0 rule: add privilege check for hwclock 2023-11-22 19:09:36 +01:00
iff
15c957e7da feat: length condition 2023-08-16 14:27:40 +02:00
iff
b428a1fba3 rules: added cargo 2023-08-12 23:39:49 +02:00
iff
5d66f5c1ce rules: updated for nushell compatibilities 2023-08-12 23:35:00 +02:00
iff
12e4ac7093 doc: nushell incompatibilities 2023-08-12 23:14:22 +02:00
iff
3e9678506a fix: shell execution for fish 2023-08-12 23:09:56 +02:00
iff
cb38df3c37 feat: allow shell to execute command (useful for cd) 2023-08-12 22:55:31 +02:00
iff
498a134da3 feat: allow using line continuations in templates 2023-08-11 15:31:39 +02:00
iff
2a5fa8a950 feat: range substitution for typos 2023-08-11 00:41:16 +02:00
iff
e214cf24ba rules: add touch; update formats 2023-08-07 18:35:07 +02:00
iff
87fa88891b rules: cd and cat 2023-08-06 02:26:09 +02:00
iff
48becb3e67 rules: mkdir 2023-08-06 02:13:10 +02:00
iff
76cdb1908d rules: unnecesary git pull 2023-08-04 03:00:23 +02:00
iff
9be1d040c4 format: uniform rule style 2023-08-04 02:42:16 +02:00
iff
0646317abc rules: add checkout branch 2023-08-04 01:57:45 +02:00
iff
5030a118d2 rules: git pull branch 2023-08-04 01:57:45 +02:00
iff
99d7941e8b fix: git push branch 2023-08-04 01:57:45 +02:00
iff
b5f2f139e4 feat: in-line shell evaluation 2023-08-04 00:52:49 +02:00
iff
8ae71443d6 feat: get output from commandline 2023-08-04 00:18:31 +02:00
iff
53c7e1fd7b feat: all parse in compilation 2023-08-03 21:26:41 +02:00
iff
80b1fb51ee fix: extra newline 2023-08-01 20:58:24 +02:00
iff
9978c3bcab fix: missing color in display 2023-08-01 20:40:19 +02:00
iff
3e367a09dd feat: regex matching 2023-08-01 19:35:22 +02:00
iff
a5762bf121 rules: add missing git commands 2023-08-01 18:05:12 +02:00
iff
2d990b74fc rules: better rm suggestion 2023-08-01 17:57:36 +02:00
iff
7a05ad56fc feat: optional arguments 2023-08-01 17:41:41 +02:00
iff
eb59cbde7f add: rm rules [is directory] 2023-08-01 00:12:55 +02:00
iff
7cfe075da6 feat: match file 2023-07-31 23:42:19 +02:00
iff
460550805c fix: nu has multiple type of messages 2023-07-31 21:20:52 +02:00
iff
8631f3219f update: no_command rules for fish and nushell 2023-07-31 20:21:12 +02:00
iff
43620afb77 fix: missing space in git rules 2023-07-31 19:07:21 +02:00
iff
0118ebd4db add: git rule file 2023-07-31 19:01:34 +02:00
iff
135abc75b6 feat: fuzzy search not found commands 2023-07-31 18:46:35 +02:00
iff
9ebe08ad64 feat: more conditionals 2023-07-31 10:20:06 +02:00
iff
6b4d926dde feat: conditional suggestions 2023-07-31 09:24:46 +02:00
iff
72db07051b improv: small details 2023-07-31 03:21:06 +02:00