Commit Graph

389 Commits (4bed3d55746ffecab19770f20818da298b68340e)

Author SHA1 Message Date
Michal S c1f655696d Remove packagefile match check to fix Git packages 2 years ago
Michal S 7478aeb2d3 Fix flipped detect bool and readded `diff` 2 years ago
Michal S 3842402ddc Remove redundant config keys 2 years ago
Fries 665095fbee config: write comment above a new config file 2 years ago
Fries 3aa4d9da67 config: use config crate
Parsing of the config is now done with the config crate
2 years ago
Fries 647a95c1e9 internal::utils: add get_config_dir() 2 years ago
Michal S 0496e6eb4a Fix clippy issue 2 years ago
Michal S a398cf40e1 Fix erroneous newline, breaks up output unnecessarily 2 years ago
Michal S 9b6880676b Fixed up indentation on packages to review prompt 2 years ago
mrshmllow 306ad5717c change unwrap_or to unwrap_or_else 2 years ago
mrshmllow 7dd7735e06 swap config & is_tty inside import (fmt is upset) 2 years ago
mrshmllow 058308ae54 properly unwrap bin.sudo 2 years ago
mrshmllow 690b5d5a18 replace usage of Command with ShellCommand 2 years ago
mrshmllow 09195b104c add sudo to config.toml 2 years ago
Michal S a3908ad8c3 Add Fig completion support 2 years ago
Fries 78d02a071c aur_install: fix typo in mod.rs 2 years ago
Michal S f90a2de51c Add upgrade bool to pass down via Options to fix #33 2 years ago
Michal S 90787d329d Moved detect call to upgrade.rs to resolve #30 2 years ago
Michal S 5caa7f7fb6 Remove redundant aliases 2 years ago
Michal S 5862e56a56 Wording change in help output 2 years ago
Michal S 3790640524 [WIP] Potentially controversial arg change to support proper flag subcommands 2 years ago
Michal S d0cc766149 Cargo FMT 2 years ago
Michal S 2c7327a540 Replace unnecessary unwraps with if let Some(...) 2 years ago
Michal S ed58ef4d26 Make description an Option<String> and handle it in Display/Printable 2 years ago
Michal S abef89abb4 Fix indentation issue 2 years ago
Michal S 5b4b85b70a Fix typo 2 years ago
Michal S 17370c2bbd Better comment for hacky indent fix 2 years ago
Michal S 1e93e5eb81 Fix indentation in certain places 2 years ago
Michal S 888914ffbe Fix janky logic in cmd_install() 2 years ago
Michal S d617f08841 Fix search logic
Fix erroneous display of empty groups
2 years ago
Michal S 3d5d99f554 Rework install logic 2 years ago
Michal S c9d8a7590a Reimplement -Ssa style logic 2 years ago
Michal S 8f29896e14 Clippy lint 2 years ago
Michal S 0a15a66e1d Implement result sorting and [installed] visual 2 years ago
Michal S b4dbbc6477 Add pager for longer output 2 years ago
Michal S 63de67214d Fix erroneous newline in print_list() 2 years ago
Michal S d1b53b675c AUR search results come after repo results 2 years ago
Michal S c9aff94b8e Fix printing
Add padding opt to print_list
2 years ago
Michal S bc80df4946 Fix searching (both AUR and repo)
Add Printable trait
Improve wrapping
2 years ago
trivernis de9a51aa27
Fix issue with package descriptions that are null 2 years ago
trivernis 1ad98ca780
Add fuzzy file review selector
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 847f36ea40
Fix method visibility and merge some functions
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 7a446226ec
Fix tracing output
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 6d2fb4342d
Remove context that isn't required
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 1c3de417e2
Refactor aur install into chained pattern
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis a6cb69a998
Add macros for all output related activities
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis f24a711b0b
Fix build installing all built packages instead of only the specified one
@not-my-segfault That should fix your problem with clion
2 years ago
trivernis 6ad7f4d79f
Fix installation of make-depends uninstalls depends too 2 years ago
trivernis 03ed424910
Fix missing prompt for removing conflicted packages
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 00085def6f
Change .pacnew detection text to bold
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis c667f5b285
Update aur-rpc 2 years ago
trivernis 57d331a318
Fix indentation wrapping of lists
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 1751f4f39e
Partially fix base pkg build stuff 2 years ago
trivernis caf2ec3de4
Add removing of make dependencies after build 2 years ago
trivernis 98cc3e2388
Add confirmation for reinstalling of already installed packages 2 years ago
trivernis 0f3133bf16
Rename prompts and stuff to ame prompt
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 8b2a62969e
Separate multiselect and confirm from logger 2 years ago
trivernis 119f4ef8fd
Change build behaviour to build all packages and handle failed ones later 2 years ago
trivernis 7541e74e87
Improve querying of installed packages 2 years ago
trivernis 7aebf35f96
Add output suspending when prompting the user or starting a pager 2 years ago
trivernis c7ad9a9725
Add build log reviewing when package builds fail 2 years ago
trivernis ad34e8bf8b
Add filtering for already installed dependencies 2 years ago
trivernis d2f645e34f
Fix the broken parallel build
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 53cf212569
[WIP] Fix dependency order and improve build output
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis e0f58e1aba
[WIP] Parallel builds and installs
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 8f294fb6a4
[WIP] Add repo dependency install step
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis bef4fbcb02
[WIP] Implement parallel aur install
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
Trivernis 362c2cf6ea Fix clean function not stripping the package version
Signed-off-by: Trivernis <trivernis@protonmail.com>
2 years ago
trivernis 052d176f4a
Reimplement logging by utilizing the tracing crate
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis f1bbb2626c
Merge branch 'main' into feature/async 2 years ago
trivernis 76a301bade
Fix clippy warnings
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis fdb87cc2fe
Merge branch 'main' into feature/async
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 1f5a2127e1
Add builder for pacman query
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis bb6b5cc162
Change wrapper to builder pattern (fancy stuff)
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis adeeb75ba6
Add wrapper for pacman install
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 43e55480b8
Fix async installation
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
Michal b484e2b268
Initial implementation of sorting aur and repo results together 2 years ago
Michal e3d3135e43
Added search-by directive for AUR 2 years ago
Michal c7e74e291f
Updated pacdiff prompt wording
Signed-off-by: Michal <michal@tar.black>
2 years ago
axtloss f49998706a
change package path to support alarm packages
Signed-off-by: axtloss <axtlos@tar.black>
2 years ago
Michal bbf40c2e00
made it clear upg/-Syu runs by default 2 years ago
Michal 91ed63cfd3
fmt + clippy 2 years ago
Michal f485c256e6
Initial impl of passing unrecognised commands to pacman 2 years ago
Michal 385329047e
Clippy + fmt 2 years ago
Michal e93bc7931c
Smart-er argument checking (-Sa, -Ssr, etc.) 2 years ago
Michal d860f35594
Adjusted wording to search help, #18 2 years ago
Michal 335e0d8ef1
Removed debug output, added -d to makepkg clone 2 years ago
Michal f818ce4eeb
Temp workaround to AUR not supporting regex search 2 years ago
Michal S d30e4e3a03
docstrings 2 years ago
Michal S 5c0d267e36
docstrings 2 years ago
Michal S 029be3cbec
uwu search output 2 years ago
Michal S d55845090f
fixed spinners and trimmed result 2 years ago
Michal S 40a342dd3c
general fmt 2 years ago
Michal S dd11ea2c68
Fixed indentation in search results 2 years ago
Michal S 53dd963932
Added paging to results if they are larger than terminal size 2 years ago
Michal S 8db9bcb958
linting 2 years ago
Michal S 08017dea11
Lets you know when an AUR package was marked OOD in searches too 2 years ago
Michal S ab8070d544
Lets you know when an AUR package was marked OOD 2 years ago
Michal S 5776a80cff
Better search output + out of date warning 2 years ago
Michal S cb9928471e
Fetch sources when caching 2 years ago