qutebrowser/qutebrowser

Improvements for new filename prompt

Open

#2,104 opened on 2016年11月9日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)Python (9,161 stars) (1,014 forks)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.

コントリビューターガイド