Commit graph

58 commits

Author SHA1 Message Date
iff
f14a1c1ea7 fix: use stderr if stdout is empty 2024-12-08 11:19:54 +01:00
iff
d4d2d18781 chore: skip alias duplicates 2024-12-08 09:48:24 +01:00
iff
0ed23d386c feat: match alias 2024-12-08 09:43:49 +01:00
iff
1577ce400e chore: cleanup 2024-12-08 00:38:15 +01:00
iff
5c919ad940 fix: output and remove pkgfile 2024-12-07 23:43:51 +01:00
iff
aaad3a17b0 feat: more package managers support 2024-12-07 23:10:22 +01:00
iff
89be82307b refactor: initialization 2024-12-07 18:03:27 +01:00
iff
2c7866baf2 chore: cleanup 2024-12-07 17:17:45 +01:00
iff
f47bf23f6a refactor: reuse executable list 2024-12-07 17:14:47 +01:00
iff
c10f08a0c2 chore: clean 2024-12-07 00:20:31 +01:00
iff
1ddfbef7e7 feat: multi-suggest 2024-12-06 23:37:28 +01:00
iff
e6ed9d617b fix: alias expansion with arguments 2024-12-06 21:36:08 +01:00
iff
a8561ed488 refactor: exit codes 2024-12-06 19:13:38 +01:00
iff
dae09adb76 refactor: data passing 2024-12-06 18:53:31 +01:00
iff
94d011cdd1 fix: edge case with only sudo command 2024-12-05 20:05:18 +01:00
iff
8429ce2872 fix: bash has different name for command not found handler 2024-11-27 19:48:19 +01:00
iff
df221299d9 chore: format & endline white spaces 2024-11-27 19:35:57 +01:00
iff
b463071088 fix: add bash cnf placeholder 2024-11-27 19:34:58 +01:00
莯凛
27d37220d2 Revert "chore: perform bash history in shell" (github #16) 2024-11-27 19:21:48 +01:00
artiga033
5f86ff02a2 feat: powershell initialization & native windows support (github #15) 2024-11-25 14:31:40 +01:00
iff
6feb88d48f chore: perform bash history in shell 2024-11-24 12:52:49 +01:00
iff
e7f3eca47f feat: command not found hook 2024-11-23 22:56:05 +01:00
iff
5c8fa52a32 feat: support arbitrary shell 2024-11-18 22:08:49 +01:00
iff
9c8cf93917 deps: update parse version 2024-11-18 13:56:19 +01:00
iff
f9aa0e6727 feat: new nushell support 2024-11-18 13:53:16 +01:00
iff
a71486e956 fix: broken rules for new nushell version 2024-11-18 13:38:21 +01:00
iff
8f9aac6bdc feat: auto adapt suggestion to shell syntax 2024-11-18 13:11:13 +01:00
iff
171b3d4607 chore: cleanup 2024-11-17 15:30:43 +01:00
iff
f1f7ed8dbe feat: multiline alias expansion 2024-11-17 14:57:22 +01:00
iff
7b9cecfd8d feat: expand alias for suggestion 2024-11-16 00:25:28 +01:00
iff
78c7d37b92 refactor: less nesting 2024-10-19 16:48:34 +02:00
iff
754214ede3 clean: remove operations not actively used 2024-09-26 02:20:19 +02:00
iff
eb66bc2c24 feat: i18n 2024-09-25 17:55:55 +02:00
iff
adfedfad3d fix: fallback to stdout if stderr is empty 2024-09-24 18:28:13 +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
dc7f7e9c8d feat: better error message for non-existent env value 2023-08-09 16:56:17 +02:00
iff
15c1ba3370 fix: some error handlings 2023-08-07 20:21:02 +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
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
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
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
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