probonopd / go-appimage

Go implementation of AppImage tools
MIT License
754 stars 74 forks source link

Rename the AppImage production tool #86

Open probonopd opened 3 years ago

probonopd commented 3 years ago

go-appimage currently consists of two tools, one to produce AppImages and one to consume AppImages.

They share a lot of code and are intended to work well together, and be developed in sync with each other in the same repository.

However, the current naming is confusing, since there is an earlier low-level tool with the name appimagetool that has only one functionality (turns AppDir into AppImage), whereas the tool to produce AppImages in this directory:

in a way as automated and with as little configurability as possible.

It will be the only AppImage creation tool that I have bandwidth to support. All others will be community-based and supported by their respective authors.

The current name (appimagetool) is not fitting.

Hence, we need to

Ideas -- your ideas are welcome

cc @srevinsaju @TheAssassin

srevinsaju commented 3 years ago

autoappimage looks like a good option to me, as it conveys most of the stuff are automated.

probonopd commented 3 years ago

Better ideas, anyone? ;-)

mihaiav commented 3 years ago
srevinsaju commented 3 years ago
RazZziel commented 3 years ago

AppImageStudio?

I don't dislike appimagetool though, all those new features still fit in this "AppImage power tool" concept This project feels like a reimplementation of the same tool with additional features, rather than a new tool, so a major version change kinda makes more sense than a name change to me

probonopd commented 2 years ago

Possibly

zevlee commented 1 year ago

Have you considered simply appimager?

ilaicraftYT commented 9 months ago

genappimage