tats / w3m

Debian's w3m: WWW browsable pager

Home Page:https://tracker.debian.org/pkg/w3m

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print in search box

alexandre1985 opened this issue · comments

I am trying to create a way for w3m to accept passwords from my password generator.
I have a script that receives certain arguments and then prints the correspondent password. So I am thinking of implementing my password manager script as a w3m cgi script.

I have already created/modified some w3m cgi scripts about searching using the URL prompt.

But I don't know how to make a cgi script print into the current text box (into the html password text box) and how to make the call to that script (maybe from the current html password text box?).

I need help

maybe open the current text box in a text editor like vim then u can do some vim binding to send the password you want

e.g

  1. go to text box, hit enter
  2. hit ctrl-o to use vim (make sure your $EDITOR is set)
  3. run your vim hotkey to paste in whatever password