qutebrowser/qutebrowser

Improvements for new filename prompt

Open

#2.104 aberto em 9 de nov. de 2016

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)Python (1.014 forks)batch import
component: completioncomponent: downloadscomponent: promptsgood first issuepriority: 1 - middle

Métricas do repositório

Stars
 (9.161 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

  • Remove .. directory entry as editing the path is probably easier for that case, and it's kind of tricky?
  • Use os.path.expanduser so using ~/... works (see #6198, including patch)
  • Adjust tabbing based on the current text after the last /
  • gd^U/<Tab> has a weird behavior
  • Make it possible to hide the file view
  • Show hidden files when a path starting with . was entered
  • ctrl-n/ctrl-p for download path history
  • Change the color from the legacy blue to grey or so
  • When at /usr/bin, pressing <tab> (without entering /) already goes back a directory. Doing the same at /usr deletes it entirely.

Guia do colaborador