mohd-akram / st

C port of Ken Thompson's Space Travel
https://news.ycombinator.com/item?id=34664433
116 stars 12 forks source link

Binary name (st) conflicts with simple terminal (st) #6

Open darkshram opened 1 year ago

darkshram commented 1 year ago

Binary name conflicts with suckless.org Simple Terminal.

mohd-akram commented 1 year ago

Not sure what can be done about this. I got the name from the pdp7-unix repo, and presumably that was the actual name of the binary, and given that Space Travel started this whole thing, it probably has dibs. I would recommend aliasing either the terminal or the game's binary. Thanks for bringing it to light though, I wasn't aware of it.

realcharmer commented 9 months ago

It'd be best if this were to use the name space-travel or something similar. This goes for both the repository and binary name. Keeping the legacy binary name is not really necessary and it would easily solve this naming conflict.

mohd-akram commented 9 months ago

TBF, st was already taken before simple terminal came along - in Debian and FreeBSD the package is called stterm and sterm respectively, which are better names that match terminal naming convention. This repository aims to mirror the original code very closely, and the name is part of that so I'm not keen on changing it. For packaging purposes, it is fairly trivial to install it with a different name since it's just one file, although I'm not sure what's a good alternative name (space-travel is too long IMO for the binary).

realcharmer commented 9 months ago

Fair enough, thanks.