about summary refs log tree commit diff stats
path: root/src/main.nim
Commit message (Expand)AuthorAgeFilesLines
* Move JS wrapper into Monouchabptato2024-06-031-6/+5
* main: fix tmpdir/sockdir permsbptato2024-05-311-3/+4
* config: fix -C with files not in CWDbptato2024-05-311-1/+1
* forkserver: simplify fcLoadConfigbptato2024-05-181-1/+1
* config: separate tmp dir for sockets, usersbptato2024-05-161-2/+3
* Use isSome instead of isOkbptato2024-05-051-1/+1
* client: make quit() actually quit, misc fixesbptato2024-05-041-13/+16
* Add capsicum supportbptato2024-03-281-3/+4
* config: improve input systembptato2024-03-261-1/+11
* main: refactor slightlybptato2024-03-211-149/+134
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-1/+5
* client: refactor inputbptato2024-03-181-3/+3
* config: clean up/simplifybptato2024-03-171-13/+13
* Move SIGCHLD ignore call to forkserverbptato2024-03-171-4/+0
* main: ignore SIGCHLDbptato2024-03-171-0/+4
* Move around some modulesbptato2024-03-141-1/+1
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* forkserver: clean upbptato2024-01-291-2/+1
* Remove std/terminal dependencybptato2024-01-171-1/+1
* Use std/* imports everywherebptato2024-01-071-7/+4
* break up twtstr somewhatbptato2023-12-131-0/+1
* config: better path handling; fix array parsing bugbptato2023-12-101-1/+8
* Move clang workaround to config.nimsbptato2023-11-211-4/+0
* Add -C optionbptato2023-10-271-144/+162
* Fix crash on `cha -'bptato2023-10-181-3/+5
* move workaround from previous commitbptato2023-10-051-0/+4
* Accept bare strings in -o, fix -o with missing newlinebptato2023-09-201-1/+1
* main: set tmpdir for main processbptato2023-09-161-0/+2
* move around more modulesbptato2023-09-141-2/+2
* move some modules to local/bptato2023-09-141-1/+1
* main: remove stray eprint, update -o info textbptato2023-09-061-2/+1
* fix typobptato2023-09-061-2/+2
* main: allow grouped single-letter paramsbptato2023-09-051-59/+94
* config: fix overriding default headersbptato2023-08-261-2/+0
* Move charsets into chakasubptato2023-08-141-1/+4
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-9/+8
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-2/+3
* Add display/output encodingbptato2023-05-191-1/+12
* Refactor config, add charset optsbptato2023-05-161-12/+25
* Improve debugging, reduce crashesbptato2023-05-091-1/+6
* Make width table at compile-timebptato2023-01-271-1/+1
* Get rid of eprint in place of stderr.writebptato2023-01-051-2/+2
* Add visual-home, rename undocumented config valuesbptato2022-12-111-1/+1
* Add -M, -Vbptato2022-12-051-4/+14
* *_HOME should be disabled when stdin *is* a ttybptato2022-11-301-1/+1
* Disable *_HOME when stdin is a ttybptato2022-11-301-1/+1
* Load fork-server config after parsing argumentsbptato2022-11-301-1/+1
* Support WWW_HOME, HTTP_HOMEbptato2022-11-301-0/+7
* Add textareabptato2022-11-281-14/+10
* Fix some regressions, add loading progress barbptato2022-11-271-1/+3