-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to temporarily install dependencies and then have them auto delete after #10011
Comments
Not directly related to terminals, this would rather be something like a wrapper shell. |
@Eugeny what "wrapper shell" does tabby use and where is its repo? |
None, it was an idea for how you could implement your concept. There's nothing in it that needs a specific terminal app though. |
oh, what repo do you think my idea would be best on in then? |
Sorry, not to sound mean but you don't seem to be grasping the complexity of this and I can't help you |
Description of the new feature/enhancement
If someone wants to build an app from source, they need dependencies. However, people do not want to clog up their systems with useless dependencies. Having the ability to install a multitude of dependencies and have them auto delete automatically once the terminal is closed would be ideal.
e.g. luanti-org/luanti#15198 (comment)
Proposed technical implementation details (optional)
something along the lines of
the terminal would then check which of these are already installed and ignore them, but download those that arent temporarily. you could then close the app and the ones that were downloaded would delete whilst the ones that were already on your system would stay
(i use linux by the way, so the sudo command would be something else)
The text was updated successfully, but these errors were encountered: