-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Follow-up of #6
- Approximate the missing
var="val" cmdfeature of sh! - Set vars from a (.profile-like) config file.
- The killer feature here is a good set of default locations scanned, and a natural, simple, but powerful, extendable syntax for the config file!
- Plus sane contexts (project) nesting (-> learn from the pain points of e.g. git submodules)... This might just mean warning + subshell, or even bail-out. And local vars overriding the outer ones, as usual. (Plus scoping.) See also other Win-specific vars + my regenv tool!
-> Take the (good) features ofp-box; even be a drop-in replacement for it!
- Plus sane contexts (project) nesting (-> learn from the pain points of e.g. git submodules)... This might just mean warning + subshell, or even bail-out. And local vars overriding the outer ones, as usual. (Plus scoping.) See also other Win-specific vars + my regenv tool!
- The killer feature here is a good set of default locations scanned, and a natural, simple, but powerful, extendable syntax for the config file!
- Path conversions for the arguments and also (selected) env vars... (E.g. to support uniform path inputs for different toolchains from makefiles.)
- Keep the syntax cross-platform!
- Rename to
w, for a start... - But avoid accidentally becoming a new shell! :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels