summaryrefslogtreecommitdiff
path: root/watcher.go
AgeCommit message (Expand)Author
2025-01-07all: auto convert markup when HTTP client request GET to HTML fileShulhan
2025-01-07all: refactoring to use [watchfs/v2]Shulhan
2024-09-28all: introduce new type CiigoShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-11-09all: update comment on newWatcherShulhan
2023-11-09all: add method to stop watcherShulhan
2023-10-13all: print log message with log packageShulhan
2023-05-14all: rewrite watcher tests using lib/test.DataShulhan
2023-05-14all: bring back support for MarkdownShulhan
2022-08-06all: cleaning up codesShulhan
2022-08-01all: clean up codesShulhan
2022-08-01all: export the Converter method to reload HTML templateShulhan
2022-08-01all: export convert method in Converter as ToHtmlFileShulhan
2022-08-01all: export internal htmlGenerator as ConverterShulhan
2022-05-19all: reformat all files using latest goimportsShulhan
2022-03-09all: update the watcher affected by changes on share moduleShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2022-02-19all: realign all structsShulhan
2022-02-19all: fix adoc files not re-converted when template file changesShulhan
2021-10-17all: fix empty fileMarkups on watcherShulhan
2021-10-08all: update share module to latest versionShulhan
2021-04-07all: replace any mention of asciidoc with markupShulhan
2021-04-03all: add option to exclude certain paths using regular expressionShulhan
2021-04-03all: exclude common file and directories names for being watchedShulhan
2021-04-03all: change the Convert function to use type ConvertOptionsShulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-02-21all: rewrite to use the watcherShulhan
2021-02-21all: implement Watch functionalityShulhan