w3m icon indicating copy to clipboard operation
w3m copied to clipboard

Debian's w3m: WWW browsable pager

Results 105 w3m issues
Sort by recently updated
recently updated
newest added

Just a feature suggestion. Might also need settings for search engines and to have at least one as default for feature to work. Then you can `w3m google` in terminal...

Let's say I have the following binding: keymap c COMMAND "GOTO file:/cgi-bin/peek.cgi ; BACK" and the following `cgi-bin/peek.cgi` script: if ! [ -z "${W3M_CURRENT_LINK}" ] then printf "%s\r\n" "W3m-control: PEEK_LINK"...

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

This is very simple. I'm proposing to have default bookmarks that are displayed if w3m starts with no link to open. It's two entries, a search engine and a proxy...

By default, w3m puts all of its data in the `~/.w3m/` directory (creating it as necessary). This was not configurable in any way. This commit addresses this problem. When the...

I've just about tried it with every terminal I can Xfce-4 Terminal Terminator Terminology Xterm Kitty Alacritty But yet none of them work with this one little program, 1. Doesn't...

I would like to move .w3m out of $HOME and into $XDG_CONFIG_HOME

* Translating Documentation * Create README.SSL from doc-jp * Clarified wording on some functions * Clarified English in README.img * Created README.keymap * Translated README.menu * Minor grammar changes

See: https://github.com/tats/w3m/pull/232

These got caught by trying to compile with LTO enabled. There were a couple more, which I'm not sure what to do with. Opened a PR just so other's who...