magicant / yash

Yet another shell
http://magicant.github.io/yash/
GNU General Public License v2.0
301 stars 28 forks source link

Alphabetic sequential brace expansion #24

Open magicant opened 10 months ago

magicant commented 10 months ago

(Feature request migrated from https://osdn.net/projects/yash/ticket/41105)

Currently yash's brace expansion does not support the {a..c} form which expands to a b c, for example. Let's support this for compatibility with other shells.