Commit Graph

7 Commits

Author SHA1 Message Date
VetheonGames
9ef6713567 Fix up the README 2024-01-04 10:41:55 -07:00
VetheonGames
1f082026df Update README 2024-01-04 10:03:23 -07:00
VetheonGames
ab2582dc60 Main Update 1
Install.go Changes
```
- Add comments to each file/package to elaborate on their purpose
- Add package list functions to install.go to keep track of installed packages and their sources
- Remove the dependancy on YAY, we are just gonna handle AUR operations ourselves.
- Remove YAY methods from install.go
- Add calls to the package install logger to the end of each install functions
- Add dependancy install functions to install.go
```

flatpak.go Changes:
```
- Completely write flatpak.go
- Include functions for uninstalling flatpak programs
- Include functions for updating flatpak programs
```

pacman.go Changes:
```
- Completely write pacman.go
- Include functions for uninstalling pacman packages
- Include functions for updating pacman packages
```

yay.go Changes:
```
- Completely removed
```

search.go Changes:
```
- Completely write search.go
- Include functions for searching pacman
- Include functions for searching snap
- Include functions for searching flatpak
```

toolcheck.go Changes:
```
- Completely write toolcheck.go
- Include functions for checking for Git
- Include functions for checking for base-devel group
- Include functions for checking for pacman
- Include functions for checking for Snapd
- Include functions for checking for flatpak
- Include function to ask to install flatpak
- Include function to ask to install Snapd
- Include function to ask to install Git
- Include function to ask to install the base-devel group
```
2024-01-04 09:49:03 -07:00
VetheonGames
b58a834ba5 Create files, code up install.go 2024-01-04 08:58:20 -07:00
VetheonGames
d57a682b5d make cmd dir and main.go 2024-01-04 08:29:57 -07:00
VetheonGames
dd9384bed0 Init the Go mod 2024-01-04 08:29:20 -07:00
Pixelated Studios Limited
fee0c7b542 Initial commit 2024-01-04 08:27:41 -07:00