philc / philc/vimium

Feature Request: Change Directory style navigation via the vomnibar

Open
#2,979 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
27k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

I find it intuitive to navigate with cd-like omnibar queries:
/ for goToRoot-like behavior, .. for goUp, ./abc/../xyz for relative path and so on.

Pros:

  • intuitive
  • useful for FTP and file-servers
  • sometimes faster than URL editing (there is no need to move right hand on the arrows to select a text to delete)

Cons:

  • problems with search queries that looks like a path

I've already implemented this feature in this branch.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the linked feature/cd branch first, then trace how Vimium's vomnibar handles queries and navigation commands. Confirm the desired handling of /, .., and relative paths such as ./abc/../xyz, while preserving search queries that resemble paths. Done means these cd-like inputs navigate correctly for FTP and file-server URLs without breaking ordinary searches.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.