capp 0.4.3

Common things i use to build Rust CLI tools for web crawlers.
Documentation
1
2
3
4
5
6
7
8
9
10
# Common cli tasks

tags:
	ctags -R --exclude=*/*.json --exclude=target/* .

lines:
	pygount --format=summary --folders-to-skip=target,data,__pycache__,.git --names-to-skip=tags,*.html

connect-redis:
	docker exec -it redis-stack redis-cli --askpass