No description
Find a file
Patryk Hegenberg c9bf9c9a6f feature(cli): add packages command and various subcommands
add commands to handle package management
add -> adds packages
delete -> deletes packages
show -> shows config sorted by package_managers
2025-01-16 22:27:29 +01:00
.gitignore chore: update gitignore and goreleaser.yaml 2025-01-15 22:23:10 +01:00
.goreleaser.yaml chore: update gitignore and goreleaser.yaml 2025-01-15 22:23:10 +01:00
cargo.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
cargo_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
changelog.md docs: update changelog.md 2025-01-15 22:24:47 +01:00
cmd.go feature(cli): add packages command and various subcommands 2025-01-16 22:27:29 +01:00
config.go refactor: add progressbar and implement package interface 2025-01-15 11:54:00 +01:00
config.toml feature(cli): add packages command and various subcommands 2025-01-16 22:27:29 +01:00
dotfiles.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
flatpak.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
flatpak_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
go.mod feature(cli): add packages command and various subcommands 2025-01-16 22:27:29 +01:00
go.sum chore: update gitignore and goreleaser.yaml 2025-01-15 22:23:10 +01:00
golang.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
golang_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
homebrew.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
homebrew_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
magefile.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
main.go refactor: implement a simple progressbar instead of bubbletea 2025-01-15 14:28:36 +01:00
model.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
osinfo.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
osinfo_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
package.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
package_commands.go feature(cli): add packages command and various subcommands 2025-01-16 22:27:29 +01:00
packagemanager.go refactor: add progressbar and implement package interface 2025-01-15 11:54:00 +01:00
pipx.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
pipx_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
tui.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
utils.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
utils_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00