Michal
92b7829fe1
Initial implementation of new clean subcommand
2 years ago
Michal
f1f41a86e0
Fixed Cargo.toml & flake.nix, solved issue #6 , added new warn(); helper function.
2 years ago
Trivernis
c2bbe77b89
Colorize pacman output on ttys
...
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
Trivernis
b8507025f6
Wrap commands with ShellCommand builder
...
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
Trivernis
2266b10a7b
Encapsulate command executions
...
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
Trivernis
2c2677ae88
Change argument parsing to clap v3 derives
...
With this change the arguments are parsed with the
new clap v3 derive syntax. This commit also sets the
default command to Upgrade similar to the behaviour
of other aur helpers.
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
jan Michal
c5c65e2dee
closed #13
3 years ago
jan Michal
8b6fabad74
moved cachedir removing code to init()
3 years ago
jan Michal
976c833d01
closed #19
3 years ago
jan Michal
005fe8c56e
closing #15
3 years ago
jan Michal
a892efce65
fixed #13
3 years ago
jan Michal
f1a8da08b9
fmt
3 years ago
michal
7b79bcdfb3
added feature request: list aur/repo packages installd (issue #11 )
3 years ago
michal
9e55999174
fmt + import optimisation
3 years ago
michal
52b893a063
honestly not sure what i've done to anger the vcs gods today
3 years ago
michal
59b443c607
general code cleanup
3 years ago
michal
041f8e21b2
replaced panic! and eprintln! with crash! and log!
...
reworked pkg-warner slightly
3 years ago
michal
9e7df5d1b4
prettifying
3 years ago
michal
f7f3a3e866
shell completion, fixed search, cargo.toml stuff
3 years ago
michal
f045f86f3e
string consistency
3 years ago
michal
4376b8efbf
superuser check + infersubcommands
3 years ago
michal
bba02caf7d
everything pretty much
3 years ago
michal
e9247e15e7
database template code + first run dir creation
3 years ago
michal
62a9b40d48
lots of stuff
3 years ago
michal
284a0bd21c
more prep code
3 years ago
michal
046aac029b
fmt and set clap ver
3 years ago
michal
4b2272009f
added verbosity parsing and debug messages
3 years ago
michal
5b8aa7ff76
initial sorting algorithm
3 years ago
michal
45402a2100
restructure
3 years ago
michal
38e94b6a8c
beginning a longgg process
3 years ago
michal
5925c70d6d
rustfmt
3 years ago
michal
d2e377f7f9
replaced raur + general linting and checking
3 years ago
Amy
f3c8a6d463
added first parts of statically defined packages
3 years ago
michal
5330758ad5
oh lord - full cargo clippy + fmt
3 years ago
Amy
4840c0a104
fix paths
3 years ago
Amy
01beec5d0f
rework database to use sql
3 years ago
Amy
b9bb0025cd
fix error where every operations ends up outputting the help message
3 years ago
Amy
e66ac7d88c
made some totally very important changes
3 years ago
Amy
5c893fd293
add space between | and "upg" at line 44
3 years ago
Amy
4d7899c45b
remove libgit2 and switch to using git itself for cloning
3 years ago
Amy
5d73021e3a
add basic comments
3 years ago
Amy
290b8f1569
now also can remove and purge packages specified from a file
3 years ago
Amy
e8b05e2a89
now able to install packages from a list with -Sl or insl, packages in list must be seperated by newline
3 years ago
axtlos
e2fa9dbf89
immediatly terminate when running as root
3 years ago
axtlos
9638607624
removing packages with dependencies now works, as well as some code cleanup
3 years ago
Amy
189e897831
Remove comment asking to remake if else statement to match in main.rs
3 years ago
axtlos
004556fff5
replaced the if else in main.rs with match, and fixed database
3 years ago
axtlos
d442a542a7
fix the testing messup i did
3 years ago
axtlos
35be71e43b
uhhhh, more database advancements, i guess
3 years ago
axtlos
6fd0a468fa
is now able to remove packages from the database
3 years ago