qutebrowser/qutebrowser

Improvements for new filename prompt

Open

#2,104 建立於 2016年11月9日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)Python (9,161 star) (1,014 fork)batch import
component: completioncomponent: downloadscomponent: promptsgood first issuepriority: 1 - middle

描述

  • 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.

貢獻者指南