Commit Briefs


Omar Polo

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.


Omar Polo

link the parser in the build

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


Omar Polo

moved commands def to their own file

and made the cmd_* functions public


Omar Polo

generate compile_flags.txt

this should help with LSP and clangd


Omar Polo

drop trailing whitespace


Omar Polo

hash.c -> tofu.c


Omar Polo

add phos/phos.h to telescope_SOURCES (tags/0.1)


Omar Polo

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


Omar Polo

move FS definition to script




Omar Polo

fmt


Omar Polo

don't hardcode awk path