22 Commits

Author SHA1 Message Date
Tricked
07033023af feat: begin github support 2024-04-15 14:48:55 -04:00
Matt Artist
539be71d11
Add migrate command (#207)
* Add base and loader command

* Support updating to latest

* Support explicit fabric versions

* Support explicit Forge version

* Support quilt

* Add support for updating Minecraft

* Add support for Forge recommended

* Fix Forge version sorting

* Various fixes

* Add documentation to the use

* More suggestions
2023-04-13 02:23:37 +01:00
Matt Artist
a344ba11ba
Add a command for changing the acceptable versions (#206)
* feat: add packwiz settings command to allow for changing acceptable versions

* Add deduping on the list

* Fix typo in comment

* Detect out of order list and give the user an option to correct it

* Support adding and removing specific versions

* Ensure the options aren't nil

* Clean up the slice removal boilerplate

* Fix usage of slices.Delete
2023-04-08 19:00:40 +01:00
Tricked
c7c2ca786b
feat: add command for arbitrary URLs (#137)
* feat: install command for direct downloads

* use sha1 instead of sha256

* apply suggestions

* feat: parse urls instead of using hasprefix

* stop by default and add force flag

* Implement various fixes and improvements

Co-authored-by: Tricked <72335827+SkyBlockDev@users.noreply.github.com>
Co-authored-by: comp500 <comp500@users.noreply.github.com>
2022-08-27 00:08:25 +01:00
comp500
4abf3340a1 Move to packwiz org 2021-12-28 16:28:34 +00:00
TheEpicBlock
b5b9fd6810
Modrinth Support (#11)
Co-authored-by: comp500 <comp500@users.noreply.github.com>
2021-02-16 16:34:52 +00:00
comp500
7ecf2cd215 Add bash/powershell/zsh completions
Was this really necessary? No
Are there more important things to implement? Yes
Do I care? No
2019-09-18 22:58:46 +01:00
comp500
4fea7ceebf Switch to cobra/viper 2019-09-16 21:44:40 +01:00
comp500
2ab625c650
Improve string reading logic for no input 2019-06-16 21:06:23 +01:00
comp500
f0516b8600
Fix indexing progress bar, improve question 2019-06-16 20:59:45 +01:00
comp500
7880488bf1
Fix paths in index querying 2019-06-16 19:33:21 +01:00
comp500
3a0f083da2
Implement updating of multiple mods at once 2019-06-16 16:51:14 +01:00
comp500
06c5b08813
Add update logic for single mods 2019-06-16 16:01:49 +01:00
comp500
adcde05693
Move locating mods to index 2019-06-15 00:40:56 +01:00
comp500
e410101985
Progress bar for refreshing the index 2019-04-30 17:42:19 +01:00
comp500
1a42abc0d6
Add some text, remove mod from index when done 2019-04-26 18:39:55 +01:00
comp500
d7e916e558
Index handling, hash calculation 2019-04-26 17:16:29 +01:00
comp500
7f68115058
Add exit code to error 2019-04-26 00:32:24 +01:00
comp500
ce45f814ff
Refactor refresh function 2019-04-25 19:23:08 +01:00
comp500
64a73afdf7
File writing, index sorting 2019-04-25 19:22:02 +01:00
comp500
d6b55b8032
Commit some stuff 2019-04-25 18:10:23 +01:00
comp500
a531e36713
Initial command system 2019-03-17 15:04:00 +00:00