mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
Update progress script to list files
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd src/public
|
cd src/public
|
||||||
|
echo Summary
|
||||||
|
cloc HEAD \
|
||||||
|
--git --md \
|
||||||
|
--include-lang=javascript,typescript
|
||||||
|
|
||||||
|
echo By file
|
||||||
cloc HEAD \
|
cloc HEAD \
|
||||||
--git --md \
|
--git --md \
|
||||||
--include-lang=javascript,typescript \
|
--include-lang=javascript,typescript \
|
||||||
--found=filelist.txt
|
--by-file
|
||||||
|
|
||||||
grep -R \.js$ filelist.txt
|
|
||||||
rm filelist.txt
|
|
||||||
Reference in New Issue
Block a user