-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Feature] Extract compressed files bash function #449
Comments
This is a great idea! |
it can be added to stdlib (but it will be needed to be rewritten in amber) |
@rbtylee shared to me his version of extract written in Amber:
I think that is perfect, we need just to remove the .z/pax files as they are very uncommon and add a check with |
this would create confusion with the runtime dependency checker feature, since it will check for every function from there |
That's true so maybe the stdlib should not this kind of check for command check. |
Perhaps amber can include more than the std library and if you want extract include it in another library like util for example. Do not run the runtime dependency checker on libs found in util. (I am assuming the runtime dependency checker is something that lives in the rust code). |
@b1ek I think that we need to disable RDC for |
To proceed with this one I think that we need to define and implement the RDC as it is a very complex case. |
We can integrate https://github.com/xvoland/Extract/blob/master/extract.sh as extract for tons of formats (or rewrite in amber).
Or also this one https://github.com/Bash-it/bash-it/blob/master/plugins/available/extract.plugin.bash
The text was updated successfully, but these errors were encountered: