Commit graph

61 commits

Author SHA1 Message Date
Integral
d74cbef2ed refactor: remove redundant vec![] and to_string() in get_package_manager() (codeberg #13)
Reviewed-on: https://codeberg.org/iff/pay-respects/pulls/13
Co-authored-by: Integral <integral@member.fsf.org>
Co-committed-by: Integral <integral@member.fsf.org>
2025-03-28 14:22:43 +00:00
iff
cfe8a1e1ba fix: pwsh version <7 and removed cnf 2025-03-19 22:56:44 +01:00
iff
1b018bc763 feat: echo mode 2025-03-13 21:39:31 +01:00
iff
ec9609f470 fix: adding or syntax for nushell 2025-03-13 21:39:31 +01:00
iff
41d6b04ea5 feat: nushell alias 2025-03-13 21:09:43 +01:00
iff
b155f0673f fix: don't collect stderr for package information 2025-03-13 20:37:25 +01:00
iff
cf04753c2b fix: trim newlines when expanding alias 2025-03-12 03:18:28 +01:00
Cody Duong
d76a244a1a
fix: use ; as delimiter on windows for _PR_LIB (github #37)
Co-authored-by: iff <iff@ik.me>
2025-03-05 23:34:29 +01:00
iff
737440869c chore: package install hint and i18n 2025-02-12 18:34:15 +01:00
iff
8269ee4197 refactor: use only multi suggest 2025-02-12 18:26:52 +01:00
iff
e9cf81cc42 chore: change multi suggest to unordered list 2025-02-12 17:56:59 +01:00
iff
7626c2278d feat: candidates in list 2025-01-26 18:41:56 +01:00
iff
0141cb0635 chore: remove alias env after use 2025-01-26 18:40:48 +01:00
iff
829978f662 fix: don't pass too long env 2025-01-20 15:54:45 +01:00
Jakob Hellermann
b0279716c4
fix: panic on unexpected nix-index output (github #31) 2025-01-18 16:25:51 +01:00
iff
91f9969fc5 fix: revert bash & zsh init 2025-01-18 11:24:26 +01:00
iff
050a71a502 fix: interrupt inquire to exit 2025-01-07 11:47:16 +01:00
iff
60ba16a97c fix: sudo panic 2025-01-07 02:20:06 +01:00
iff
7980819d6a chore: cleanup 2025-01-06 20:26:45 +01:00
iff
bf16675d4e feat: all typo candidates for executables 2025-01-06 15:50:56 +01:00
iff
0a799db5e5 refactor: use fc for bash 2025-01-06 13:47:04 +01:00
iff
5791c2fc20 chore: cleanup 2025-01-06 13:47:01 +01:00
iff
2aee748af3 chore: update initialization 2025-01-03 20:48:46 +01:00
iff
c93f5b5cf5 feat: running modules in another thread 2025-01-03 16:43:42 +01:00
iff
46c1aa62ce refactor: use scoped thread to avoid copy 2025-01-03 15:57:58 +01:00
iff
d044164f26 chore: prioritize module suggestions 2025-01-03 15:25:18 +01:00
iff
1ef003d5aa fix: also show retry message in cnf 2024-12-31 21:05:29 +01:00
iff
1f86403eb8 chore: fmt 2024-12-31 15:17:30 +01:00
iff
14f10d618c fix: don't get error in CNF mode 2024-12-31 15:16:48 +01:00
iff
11d2e3656f fix: missing privileged prefix 2024-12-29 20:27:16 +01:00
iff
d8c076dcf7 fix: leading space after privilege command 2024-12-16 17:29:46 +01:00
Integral
7c7cc4d285 refactor: replace Vec<T> with &[T] in function parameters (codeberg #7)
Reviewed-on: https://codeberg.org/iff/pay-respects/pulls/7
Co-authored-by: Integral <integral@member.fsf.org>
Co-committed-by: Integral <integral@member.fsf.org>
2024-12-14 16:53:03 +00:00
Integral
7c74d13705 refactor: rewrite handle_args() with iterator (codeberg #6)
Reviewed-on: https://codeberg.org/iff/pay-respects/pulls/6
Co-authored-by: Integral <integral@member.fsf.org>
Co-committed-by: Integral <integral@member.fsf.org>
2024-12-14 16:31:56 +00:00
Integral
1227fc88ee test: make handle_args() testable & add test_handle_args() (codeberg #5) 2024-12-14 14:46:05 +01:00
iff
430b957541 fix: not getting stderr output 2024-12-13 12:22:24 +01:00
iff
461b07a116 chore: cleanup 2024-12-12 18:25:01 +01:00
iff
58db47ec17 chore: explicit default lib 2024-12-12 18:24:59 +01:00
iff
dc705545ce refactor: spaghetti code 2024-12-12 18:24:56 +01:00
iff
7a5357e2b1 fix: possible panic 2024-12-11 22:35:11 +01:00
iff
ab1c91fef9 chore: cleanup 2024-12-11 18:44:23 +01:00
iff
b944cdad8b feat: override package manager 2024-12-11 16:19:17 +01:00
iff
fb1d1956d0 chore: preserve capitalization in non-error output 2024-12-10 20:42:36 +01:00
iff
0a4437f5b5 deps: use newer version of terminal_size 2024-12-10 20:42:34 +01:00
iff
8d7e21f99f chore: FHS 3.0 compliance 2024-12-10 15:05:39 +01:00
iff
3c4e2b06bd feat: custom lib directories 2024-12-10 02:33:02 +01:00
iff
443460a81e chore: remove deadcode 2024-12-10 01:59:08 +01:00
iff
ee7b270d9c fix: relative path rules 2024-12-09 17:28:59 +01:00
iff
ab557e9b86 utils!: consistent function name 2024-12-09 16:50:32 +01:00
iff
0f7897b9f1 docs: remove pwsh manual aliasing 2024-12-09 16:21:49 +01:00
iff
5f03be333e fix: command not found suggested package command 2024-12-09 16:11:15 +01:00