Skip to content

[codex] Add namespace mkdir and attr hotkeys#36

Merged
lobis merged 4 commits into
mainfrom
codex/namespace-new-directory-hotkey
May 13, 2026
Merged

[codex] Add namespace mkdir and attr hotkeys#36
lobis merged 4 commits into
mainfrom
codex/namespace-new-directory-hotkey

Conversation

@lobis

@lobis lobis commented May 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add m in the namespace view to open a new-directory popup
  • resolve entered names relative to the current namespace path, while still allowing absolute paths
  • run eos mkdir <path> and refresh the current directory on success
  • keep enter for namespace attribute editing and add a as the same attr-edit hotkey
  • reload namespace attrs after applying a namespace filter so enter/a targets the visible selected row
  • add CI coverage for the filtered-row attr regression and the full enter-driven attr lifecycle
  • advertise m mkdir and enter/a attrs in the namespace footer

Validation

  • go test ./eos -run TestMkdirRunsEOSMkdir
  • go test ./ui -run 'TestNamespace(FilterReloadsAttrsForVisibleSelection|EnterAttrsWorksAfterFiltering|EnterOpensAttributeEditor|AOpensAttributeEditor|EnterAttributeEditorLifecycle|MOpensNewDirectoryPopup|NDoesNotOpenNewDirectoryPopup|MkdirEnterRunsCommand|MkdirResultRefreshesDirectory|FooterAdvertisesMkdirHotkey)'\n- go test ./...\n- go build ./...\n

@lobis lobis changed the title [codex] Add namespace mkdir hotkey [codex] Add namespace mkdir and attr hotkeys May 13, 2026
@lobis lobis merged commit 450afb2 into main May 13, 2026
4 checks passed
@lobis lobis deleted the codex/namespace-new-directory-hotkey branch May 13, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant