mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 05:12:09 +02:00
makefile: add longdescriptions target
finds all descriptions longer than 250 characters
This commit is contained in:
parent
62cb13d2b4
commit
e1566bd709
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -17,6 +17,9 @@ nofullstop:
|
||||||
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] \(\['
|
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] \(\['
|
||||||
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] `'
|
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] `'
|
||||||
|
|
||||||
|
longdescriptions:
|
||||||
|
@echo -e "\nDescriptions exceeding 250 chars:"
|
||||||
|
@egrep --only-matching '\) - [Aa-Zz|.|\(|\)|/| |,|-]*\s\(\[' README.md | grep '.\{257\}'
|
||||||
|
|
||||||
listlicenses:
|
listlicenses:
|
||||||
@echo -e "\n List of licenses:"
|
@echo -e "\n List of licenses:"
|
||||||
|
|
Loading…
Add table
Reference in a new issue