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 |
|
iff
|
de07ea7532
|
fix: single argument command substitution
|
2023-07-31 19:01:29 +02:00 |
|
iff
|
135abc75b6
|
feat: fuzzy search not found commands
|
2023-07-31 18:46:35 +02:00 |
|
iff
|
86ae6a6fb4
|
feat: partial nushell support
|
2023-07-31 15:06:30 +02:00 |
|
iff
|
48062142c6
|
add: print command if it is not found
|
2023-07-31 14:27:44 +02:00 |
|
iff
|
3a4239e7ee
|
remove: unneeded print
|
2023-07-31 14:19:20 +02:00 |
|
iff
|
1b7b11bd3f
|
BREAKING: use environments to get informations
|
2023-07-31 14:12:45 +02:00 |
|
iff
|
ee7e6886b9
|
format: remove extra spaces from error output
|
2023-07-31 11:03:50 +02:00 |
|
iff
|
b16dc1dd5b
|
remove: unneeded function
|
2023-07-31 10:34:03 +02:00 |
|
iff
|
06f4d449f4
|
fix: trim only parenthesis for argument
|
2023-07-31 10:25:12 +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 |
|
iff
|
982149802a
|
improv: check doas first
|
2023-07-31 02:23:19 +02:00 |
|
iff
|
ad0eaa17fc
|
feat: support doas
|
2023-07-31 01:58:37 +02:00 |
|
iff
|
6bd55fb316
|
remove: unnecesary code
|
2023-07-31 01:23:45 +02:00 |
|
iff
|
54b81e0e0f
|
fix: use command's STDOUT
|
2023-07-31 00:27:36 +02:00 |
|
iff
|
1f15d92f72
|
fix: cannot execute colored prompt
|
2023-07-30 23:48:04 +02:00 |
|
iff
|
51f20139cd
|
fix: unspecified range
|
2023-07-30 20:17:23 +02:00 |
|
iff
|
af17b2b464
|
fix: clippy fixes caused the lose of color
|
2023-07-30 18:58:14 +02:00 |
|