Commit graph

528 commits

Author SHA1 Message Date
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
35418e3b2b doc: update readme 2023-08-13 17:51:43 +02:00
iff
d8288f7b76 v0.4.13 2023-08-12 23:40:37 +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
1d78b20404 fix: evaluation alias 2023-08-12 23:00:23 +02:00
iff
cb38df3c37 feat: allow shell to execute command (useful for cd) 2023-08-12 22:55:31 +02:00
iff
e63d55110e feat: redirect all output to stderr 2023-08-12 22:39:00 +02:00
iff
be3bce62a3 v0.4.12 2023-08-11 15:42:41 +02:00
iff
453511063a fix: set language env when retrying 2023-08-11 15:39:51 +02:00
iff
498a134da3 feat: allow using line continuations in templates 2023-08-11 15:31:39 +02:00
iff
a193a86a5f fix: escape spaces when matching files 2023-08-11 01:39:47 +02:00
iff
2a5fa8a950 feat: range substitution for typos 2023-08-11 00:41:16 +02:00
iff
b991214729 fix: incorrect multiline highligting 2023-08-09 23:24:15 +02:00
iff
ed8bbd2cf9 fix: suggest bare part when combined with priviliged commands 2023-08-09 21:46:48 +02:00
iff
a480324a2b fix: add a timeout to skip intentional canceled task 2023-08-09 21:04:59 +02:00
iff
0644b279a2 fix: not printing stderr 2023-08-09 20:47:28 +02:00
iff
60616750ea fix: don't include non-espaced space in regex 2023-08-09 17:46:40 +02:00
iff
dc7f7e9c8d feat: better error message for non-existent env value 2023-08-09 16:56:17 +02:00
iff
a201c18c01 fix: not output when sucessfully executed the command 2023-08-09 16:50:45 +02:00
iff
6a1b7fb246 doc: appending the full license notice 2023-08-09 00:14:54 +02:00
iff
a8f250b3ce doc: update README 2023-08-08 22:20:49 +02:00
iff
7ff068236d fix: display output and errors 2023-08-08 21:48:29 +02:00
iff
950b5f824d fix: don't rerun command when retrying 2023-08-08 20:33:49 +02:00
iff
dc6eb12b73 fix: don't remove additional privilage commands (symlink) 2023-08-08 18:00:55 +02:00
iff
6a06aa5954 fix: check executable in nushell 2023-08-08 16:57:14 +02:00
iff
c2708a4de5 doc: Update README 2023-08-08 11:46:31 +02:00
iff
76b99ff932 fix: use command -v instead of which 2023-08-08 10:40:47 +02:00
iff
15c1ba3370 fix: some error handlings 2023-08-07 20:21:02 +02:00
iff
1444eeab84 feat: auto-retry if suggestion failed 2023-08-07 19:58:19 +02:00
iff
b6c298d8f7 update: README 2023-08-07 18:40:06 +02:00
iff
e214cf24ba rules: add touch; update formats 2023-08-07 18:35:07 +02:00
iff
2f3ba438ea feat: regex for commands 2023-08-07 18:34:52 +02:00
iff
b0db0447b9 fix: don't remove line change in styling 2023-08-07 18:07:12 +02:00
iff
b9943fb777 feat: multi-directory typo suggestion 2023-08-07 17:12:38 +02:00
iff
77b0793076 fix: don't execute styled command 2023-08-07 17:03:48 +02:00
iff
73ad099b34 fix: check if the commands are similar when checking difference 2023-08-07 16:25:43 +02:00
iff
22b6ad4694 fix: don't divide commands with single quote 2023-08-07 15:35:43 +02:00
iff
985963c230 feat: timeout if the execution takes too long 2023-08-06 12:03:27 +02:00
iff
18f5627587 rewrite: removed unneeded operations 2023-08-06 11:20:43 +02:00
iff
10a23a7e09 fix: set language env only when getting output 2023-08-06 11:10:50 +02:00
iff
bc27f1e882 doc: clarify TOML evaluation 2023-08-06 02:27:02 +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
6a84f3ab93 update: more optimized release profile 2023-08-06 00:33:08 +02:00
iff
60aa65969a fix: issue templates 2023-08-05 18:10:17 +02:00
Noob Zhang
62921b7098 doc: Add issue template and dependabot (github #1)
* [skip ci] Add dependabot for updating depends automatically

* Create bug-report.yaml

* [skip ci]Update bug-report.yaml

* [skip ci]Create feature-request.yaml

* [skip ci]Update feature-request.yaml

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

* format: remove trailing spaces

---------

Co-authored-by: iffse <98851855+iffse@users.noreply.github.com>
Co-authored-by: iff <iff@ik.me>
2023-08-05 18:03:42 +02:00