edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] glob, wordexp
@ 2014-12-28 19:09 Karl Dahlke
  2014-12-28 19:35 ` Adam Thompson
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Dahlke @ 2014-12-28 19:09 UTC (permalink / raw)
  To: Edbrowse-dev

Edbrowse has the feature that you can read or write files using shell variables
and even wildcard expansion, if the result is one file.
I use this feature all the time!

r ~/work/whatever/st*k.c
w $backup/12-25-14.c

and things like that.

Most of this is done by envFile() in stringfile.c,
which is 200 lines of rather awkward code.
I would like to replace most of this with a call to glob or wordexp.
This leverages existing libraries, and is more portable,
since someone else is reading through subdirectories etc.
Are there any reasons I should or should not do this, or any thoughts on this?
I know glob does too little, it doesn't expand shell variables,
but wordexp may do too much,
like all the fancy things bash does to a line.
I need to see how much I can control it with flags.

Karl Dahlke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-28 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-28 19:09 [Edbrowse-dev] glob, wordexp Karl Dahlke
2014-12-28 19:35 ` Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).