Skip to content

A small program to assist in creating wrappers to always launch a program with additional arguments and/or environment variables on Arch Linux.

License

Notifications You must be signed in to change notification settings

jonathanlmc/wrapperize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrapperize

This is a small Rust program for Linux intended to make it easy to create global wrappers for specific programs so they are always launched with additional arguments and/or environment variables. It is currently only meant to be used on Arch Linux, as it generates pacman hooks to recreate the wrapper when a wrapped program is reinstalled or otherwise updated.

At the moment it's still a bit of a WIP and needs the following features to be considered ready for use:

  • Environment variable support.
  • Code cleanup & tests.

Once those items are complete a more helpful README describing its use will be written. For the time being, the program can be ran with --help to get an idea for its use.

About

A small program to assist in creating wrappers to always launch a program with additional arguments and/or environment variables on Arch Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages