byexample icon indicating copy to clipboard operation
byexample copied to clipboard

Support for shell variable expansion in files

Open eldipa opened this issue 3 years ago • 0 comments

Describe the feature you'd like Following #174 we could expand shell variables inside the files like

byexample '$HOME/foo.py'

This should work even if the file is in an argument file (those you load from command line with @args).

Shell variable expansion should happen before globbing and file expansion (#174 )

Additional context (optional) Package to expand variables: expandvars

Note: not really sure if this is a feature that we want. I don't have a concrete example, in contrast to #174 .

eldipa avatar May 03 '22 22:05 eldipa