No description
Find a file
2025-01-17 19:45:54 +01:00
.gitignore chore: update gitignore and goreleaser.yaml 2025-01-15 22:23:10 +01:00
.goreleaser.yaml feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +01:00
cargo.go feat(cli): add first implementation for install command 2025-01-17 19:45:54 +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-16 22:31:56 +01:00
cmd.go feat(cli): add first implementation for install command 2025-01-17 19:45:54 +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 feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +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 feat(cli): add first implementation for install command 2025-01-17 19:45:54 +01:00
golang_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
homebrew.go feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +01:00
homebrew_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
install_cmd.go feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +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 feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +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 feat(cli): implement search argument 2025-01-17 10:50:48 +01:00
packagemanager.go feat(cli): add first implementation for install command 2025-01-17 19:45:54 +01:00
pipx.go feat(cli): add first implementation for install command 2025-01-17 19:45:54 +01:00
pipx_test.go refactor: implement mocking functions and tests 2025-01-15 21:39:17 +01:00
remove_cmd.go feat(cli): add first implementation for install command 2025-01-17 19:45:54 +01:00
search_cmd.go feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +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 feat(cli): cleanup install command and add remove and search command 2025-01-17 19:45:54 +01:00