PolyMC / PolyMC

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)

Home Page:https://polymc.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Command Line option to list instances

Wileybot2004 opened this issue · comments

Role

Im writing a program to allow for remotely launching PolyMC instances from my phone.

Suggestion

An additional Option for the PolyMC command line that when run lists the installed instances.

Benefit

It would make it much easier to find all the instance ids for programs that want to auto launch a instance but dont want to hardcode in the instance id(s)

This suggestion is unique

  • I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected.

You may use the editor below to elaborate further.

No response

commented

Can you not list the instances by doing a ls of directories in the instances directory?

I thought of that, however upon looking at my instance folder it seems like when i deleted a instance in polymc it just removed it from the UI and not the actual folder. Plus the command line option would help with non standard instance locations.