Skip to content

Option to use name-first directory format (e.g. redis-2025-04-16) for better tab completion #107

Description

@Andrew-Girgis

Currently try creates directories like 2025-04-16-redis-experiment, which makes terminal navigation painful — tab completion is useless since all directories share the same date prefix.

A name-first format like redis-experiment-2025-04-16 would let users cd src/tries/red<TAB> and get instant completion without needing ls or remembering exact names.

Proposal: Add a config option (e.g. TRY_NAME_FIRST=1 or a flag) to use name-date ordering instead of date-name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions