about summary refs log tree commit diff stats
path: root/doc/urimethodmap.md
Commit message (Collapse)AuthorAgeFilesLines
* config: refactor, accept more possible config dirsbptato2024-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | I'm starting to favor dotfiles over XDG basedirs, but there's no reason why we couldn't have both. So now the search path is: 0. if config was set through -C, use that 1. $CHA_CONFIG_DIR is set -> $CHA_CONFIG_DIR/config.toml 2. $XDG_CONFIG_HOME is set -> $XDG_CONFIG_HOME/chawan/config.toml 3. ~/.config/chawan/config.toml exists -> use that 4. ~/.chawan/config.toml exists -> use that Notably, this makes it so the default directory is ~/.chawan *if* you don't have an existing config.toml file. So in that case known_hosts will be placed in ~/.chawan/known_hosts. However, configurations with a config in ~/.config/chawan/config.toml continue to work as expected, as for those the known_hosts file remains inside ~/.config/chawan/. Finally, I've added a default user CGI directory to reduce friction in setting CGI up. (Like known_hosts, it's also relative to whatever config dir you have.)
* Update docsbptato2024-02-141-10/+5
|
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-151-8/+2
| | | | hopefully this works
* doc: fix typobptato2023-11-261-1/+1
|
* urimethodmap: do not escape substituted URIbptato2023-11-171-2/+4
| | | | This is consistent with what w3m does and is way more convenient.
* update docsbptato2023-09-301-2/+4
|
* Add urimethodmap supportbptato2023-09-301-0/+139
yay