issues
search
koron
/
nvgd
Filterable (grep, head and tail) HTTP file server
MIT License
17
stars
2
forks
source link
Improve filters
#112
Closed
koron
closed
2 months ago
koron
commented
2 months ago
Added maximum line length limit (fix #110)
Filter base functions were grouped into a separate package
LTSV reader usage was separated into filter and non-filter
Line reader was separated from filter base
Each filter was grouped into an independent package: grep, head, hash, ltsv
LTSV reader for LTSV filter was made common and bugs were fixed
Other minor code reorganizations