Commit graph

120 commits

Author SHA1 Message Date
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
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
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
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
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
9e17c0c68e format: add sh -c when displaying 2023-08-05 02:06:06 +02:00
iff
05d3852287 style: improved readability for fish init 2023-08-04 16:31:17 +02:00
iff
683fdad837 feat: alternative initialization 2023-08-04 15:40: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
511b309d99 format: move shell initialization to shell.rs 2023-08-02 03:11:03 +02:00
iff
295ab1e76d fix: partial matching 2023-08-01 20:52:17 +02:00
iff
9978c3bcab fix: missing color in display 2023-08-01 20:40:19 +02:00
iff
9a56ff41ab format: suggestion display 2023-08-01 20:29:02 +02:00
iff
3e367a09dd feat: regex matching 2023-08-01 19:35:22 +02:00
iff
7a05ad56fc feat: optional arguments 2023-08-01 17:41:41 +02:00
iff
f17e4c4ce2 fix: panic without in path without "/" 2023-08-01 00:07:46 +02:00
iff
23b01c4775 formatting 2023-07-31 23:48:46 +02:00
iff
7cfe075da6 feat: match file 2023-07-31 23:42:19 +02:00
iff
c2e2229cb4 feat: auto add nushell command 2023-07-31 21:12:57 +02:00
iff
2922dbc568 format: remove additional space at suggestion 2023-07-31 20:09:24 +02:00
iff
3330e3fa31 format: trim display 2023-07-31 19:19:20 +02:00
iff
2497ba5bcb fix: wrong condition parsing 2023-07-31 19:17:46 +02:00