logo by user stonehead

basement
community

search

wall of shame

software TerminalStore - Gui programs go brrr

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

Hello everyone!

I like to introduce TerminalStore! TerminalStore is a App store for cli programs only. This is the github repo. It is licenced under the GPL 3.0. Feel free to suggest programs! (cli programs only.)

NOTE: Before running this command, make sure you are in your home directory.

Well, were you waiting for?? Install it using this command:

git clone https://github.com/deanpost/TerminalStore.git && cd TerminalStore && python3 setup.py

And start with this command:

terminalstore

TerminalStore has currently 54 apps you can install!

edited 10/25/2023, 3:38 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

this looks pretty cool. i'll try it out on my toy server when i get some time. it never crossed my mind there was so many games available in the command line, which i realized looking through your source code.

posted 9/28/2023, 7:13 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

quoting dean:

Hello everyone!

I like to introduce TerminalStore! TerminalStore is a App store for cli programs only. This is the github repo. It is licenced under the GPL 3.0. Feel free to suggest programs! (cli programs only.)

Well, were you waiting for?? Install it using this command:

git clone https://github.com/deanpost/TerminalStore.git && cd TerminalStore && python3 termstore.py

So, this is for Debian-based systems only at the moment, right? I suppose it would be handy for people who aren't yet comfortable installing applications using apt install but it seems kinda limited so far compared to these:

posted 9/28/2023, 7:29 pm

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

quoting orchids:

this looks pretty cool. i'll try it out on my toy server when i get some time. it never crossed my mind there was so many games available in the command line, which i realized looking through your source code.

Thank you! I'm currently working on version 0.2, and that one is going to have a lot more games

posted 9/29/2023, 12:02 pm

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

quoting starbreaker:

So, this is for Debian-based systems only at the moment, right? I suppose it would be handy for people who aren't yet comfortable installing applications using apt install but it seems kinda limited so far compared to these:

Yea, its only debian at the moment. If i have an 'complete' version, i will be porting it to other linux distros, and maybe even macos. Its very limited with 8 apps in version 0.1. I'm adding a lot more apps to 0.2 though.

"awesome CLI apps" by agarrharr Looks really interesting! It is not really an app market like TerminalStore, but it is very helpful as an resource list for adding new apps!

posted 9/29/2023, 12:11 pm

joined oct 8, 2023

avatar

joined oct 8, 2023

nice! one suggestion, you may want to look into keeping the application list & package names separate from the python code at some point, otherwise the code will grow larger with every app and it could become unwieldy if the logic needs to change.

posted 10/13/2023, 5:36 pm

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

quoting n_n:

nice! one suggestion, you may want to look into keeping the application list & package names separate from the python code at some point, otherwise the code will grow larger with every app and it could become unwieldy if the logic needs to change.

Thank you!

Yea, i was thinking of that. I will maybe storing the app details with json. First need to learn json through :)

posted 10/15/2023, 8:14 am

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

yay v0.2 Nightly (The Entertainment Update) is finally done

that update took so long lol

install command is diffrent too: git clone https://github.com/deanpost/TerminalStore.git && cd TerminalStore && python3 app.py

posted 10/23/2023, 3:59 pm

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

v0.2.1 Released! yay! Finally a proper (installation) command!

posted 10/25/2023, 3:29 pm

joined sep 22, 2023

avatar

lives in a pineapple under the sea

joined sep 22, 2023

yay 0.2.2 released: Some major bugfixes + 1 new command: /startscreen

posted 11/2/2023, 2:47 pm

software TerminalStore - Gui programs go brrr