Skip to content

Use POSIX glob(3) for filename completion - #48

Draft
johnsonjh wants to merge 7 commits into
masterfrom
johnsonjh/20260821/glob
Draft

Use POSIX glob(3) for filename completion#48
johnsonjh wants to merge 7 commits into
masterfrom
johnsonjh/20260821/glob

Conversation

@johnsonjh

Copy link
Copy Markdown
Owner
  • Adds two new options (if the system glob(3) supports the flags):
    • globbrace: enables csh-style brace expressions
    • globdot: enables glob matching of dotfiles

When listing files, a slash will be appended to each path which corresponds to a directory if the system glob(3)’ supports the GNU GLOB_MARK` extension.

* Adds two new options (if the system glob(3) supports the flags):
  - `globbrace`: enables `csh`-style brace expressions
  - `globdot`: enables glob matching of dotfiles

When listing files, a slash will be appended to each path which corresponds
to a directory if the system glob(3) supports the GNU `GLOB_MARK` extension.

Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
@johnsonjh johnsonjh self-assigned this Aug 21, 2026
@johnsonjh johnsonjh added the enhancement New feature or request label Aug 21, 2026
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant