codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Custom package manager for libs,commands, programming languages

Open OlshaMB opened this issue 3 years ago • 6 comments

I suggest creating custom package manager like brew/apt/pacman. And it works like this pca install <package name> - add package pca list - list of your installed packges pca remove <package name> - remove package pca remove -r <package name> - remove recursively package pca repo add <link to repo> - add repository from which you source packages pca repo remove <link to repo> - remove repository from which you source packages pca repo list - list of repositories from which you source packages This will solve many issues and create tool for community to better contribute to list of commands avalibale in terminal

OlshaMB avatar Jun 05 '22 10:06 OlshaMB

While it's a great idea, iOS doesn't allow installing arbitrary commands outside the app bundle. Furthermore, most of the commands don't work on iOS without heavy modification.

bummoblizard avatar Jun 05 '22 10:06 bummoblizard

but you can install commands throw pip and also community can make modifications for this to work

OlshaMB avatar Jun 05 '22 10:06 OlshaMB

but you can install commands throw pip and also community can make modifications for this to work

Sure. So I'll leave this open :) I think it's possible if the commands are compiled as webassembly.

bummoblizard avatar Jun 05 '22 10:06 bummoblizard

https://wapm.io/ there is a package manager for wasm and it has many packages. you could try to modificate it

OlshaMB avatar Jun 05 '22 10:06 OlshaMB

https://wapm.io/ there is a package manager for wasm and it has many packages. you could try to modificate it

Wow, thank you for sharing this! It looks promising.

bummoblizard avatar Jun 05 '22 10:06 bummoblizard