Commits


move utf8 decl. to utf8.h


add missing files


reorder


move declarations to minibuffer.h


move minibuffer-related fns to their own file and a bit of foreshadowing... :)


move the list of cmd to its own file


move all cmd_* functions in their own file this detangles definitely the commands from the ui. Various variables and struct from ui.c needed to be exported, aside from that, no functional changes.


link the parser in the build and: * add some flags * document them * move the customizable stuff to defaults.c


moved commands def to their own file and made the cmd_* functions public


generate compile_flags.txt this should help with LSP and clangd


drop trailing whitespace


hash.c -> tofu.c


add phos/phos.h to telescope_SOURCES


switch to phos_uri Initially I took the IRI parser from gmid, stripped of the UTF-8 things and transformed back into a URI parser. Then I've added some functions to resolve URIs, but it wasn't enough. gmid parser is aimed at servers, and so it doesn't handle very well relative links. This makes use of the libphos uri parser, which was coded to follow the RFC more strictly, and to fully support all kinds of URIs. It'll need to be expanded in the future and be improved for sure


move FS definition to script