Open
Description
I'm looking for your feedback, and would welcome a dialog on what types of packages belong in bpkg. While I don't think a heavy-handed approach is ideal, some guidelines might be in order to help those coming in and to prevent "package spam".
Some thoughts:
- aliases probably don't belong in bpkg
- anything that you currently run from your
~/bin
would probably be a good candidate - bash functions that must be sourced and run in the current shell might be good candidates, but I'd want some level of scrutiny that those are being evaluated for security.
Here's an example of a function I source in my profile:
function mcd() {
mkdir $1
cd $1
}
And here's an example of a function I wouldn't want in my profile:
curl http://some-ad-site.com > /dev/null 2>&1
Metadata
Metadata
Assignees
Labels
No labels