Skip to content
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

Dedicated wraparound modules #4

Open
2 tasks
foo-dogsquared opened this issue Nov 21, 2024 · 0 comments
Open
2 tasks

Dedicated wraparound modules #4

foo-dogsquared opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@foo-dogsquared
Copy link
Owner

These set of modules would make a way to create a thing I would call wraparounds. These are just wrappers that wrap around another program (which I would refer to as a subwrapper). Examples include sudo, boxxy, and Bubblewrap.

# Typical pattern of a wraparound.
WRAPAROUND WRAPAROUND_FLAGS SUBWRAPPER SUBWRAPPER_FLAGS

sudo -E KEY=value ls -l

bwrap --unshare-all --ro-bind /nix/store /nix/store -- tmux -c hello.conf

This seems to be one of the more fruitful direction for this project especially that there is already library functions for setting up wraparounds (wrapperManagerLib.modules.makeWraparound).

@foo-dogsquared foo-dogsquared added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant