wordexp
support for source
and load
commands #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hkc/sfxd#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would be nice to not have
/home/USER/.local/share/sounds/blah/_.txt
all over the config file.source ~/.local/share/sounds/*/_.txt
would be more convenient. Can't see any problems with sourcing.load
ing sounds is a problem though. If there's more than one file matching, should I load all of them? Should I store each sound in another dynamic array? Array of arrays? 2D matrix of sounds and instances of sounds? Or should I just pick first one and ignore the rest? Don't know what to do here. If I choose an option of loading all of them, I should also add an option that changes how they're picked (random, round-robin, etc).Also, are there any security implications with wordexp?