You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Approximate the missing var="val" cmd feature 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 of p-box; even be a drop-in replacement for it!
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! :)
The text was updated successfully, but these errors were encountered:
Follow-up of #6
var="val" cmd
feature of sh!-> Take the (good) features of
p-box
; even be a drop-in replacement for it!w
, for a start...The text was updated successfully, but these errors were encountered: