about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Optimize some Option[string] outbptato2024-12-261-3/+4
* buffer: add "app" scripting modebptato2024-12-261-2/+16
* history: fix entry droppingbptato2024-12-221-0/+2
* config: fix overriding substring bindingsbptato2024-12-222-10/+6
* Add historybptato2024-12-172-0/+131
* default(T) -> T.default, add some strict defsbptato2024-12-172-4/+4
* chabookmark fixes & improvementsbptato2024-12-152-24/+20
* mimetypes: use cmpIgnoreCase for JS typesbptato2024-12-121-1/+1
* mailcap: misc bugfixes & cleanupbptato2024-12-121-63/+43
* pager: do not prompt for text typesbptato2024-12-111-0/+3
* pager, mailcap: misc fixes, add prompt for global mailcapbptato2024-12-112-54/+111
* Fix casingbptato2024-12-051-3/+3
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-052-76/+74
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-052-44/+94
* toml, config: skip copying buf, use PosixStreambptato2024-12-032-115/+124
* config: add copy-cmd, paste-cmdbptato2024-12-011-0/+2
* twtstr: add mypairsbptato2024-11-281-1/+1
* mailcap: add x-needsstyle extension fieldbptato2024-11-271-0/+1
* config.configdir -> config.dirbptato2024-11-261-1/+1
* loader/* -> serverbptato2024-11-241-1/+1
* Update monoucha, fix some JS testsbptato2024-11-181-1/+1
* js: reorganize modules, update docsbptato2024-11-152-2/+86
* chapath: fix a few more bugs, simplifybptato2024-11-131-64/+30
* config: resolve download-dir as path, update docsbptato2024-11-131-1/+1
* config.toml: respect TMPDIRbptato2024-11-121-6/+10
* utils, types: merge some modulesbptato2024-11-031-1/+0
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* config: refactor, accept more possible config dirsbptato2024-10-281-71/+35
* pager: refactor mailcap, console; misc fixesbptato2024-10-141-8/+7
* twtstr, toml: misc cleanupbptato2024-10-131-5/+0
* gmifetch: rewrite in Nimbptato2024-10-122-45/+32
* toml: fix casingbptato2024-09-211-12/+12
* dom: add forms, elements getter + misc fixesbptato2024-09-171-3/+0
* config: add display.sixel-colorsbptato2024-09-101-0/+1
* utils: add twtunibptato2024-09-081-4/+4
* mailcap: fix weird error handlingbptato2024-08-131-19/+13
* mailcap: various fixesbptato2024-08-111-38/+27
* dom: remove generic JS bindingsbptato2024-08-111-2/+2
* Update monouchabptato2024-08-092-7/+4
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-49/+30
* config: support smart casebptato2024-07-161-1/+1
* fix compilation on 2.0.8bptato2024-07-101-3/+8
* config: add buffer.autofocusbptato2024-07-041-0/+1
* config: add various missing optionsbptato2024-06-291-0/+11
* config: fix JS command definitionsbptato2024-06-231-1/+1
* misc cleanupsbptato2024-06-221-2/+1
* buffer: add autofocusbptato2024-06-081-0/+1
* pager, buffer: improve forms, protocol configbptato2024-06-081-2/+19
* Move JS wrapper into Monouchabptato2024-06-032-12/+13
* config: fix -C with files not in CWDbptato2024-05-311-5/+13