mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Update progress script to list files
This commit is contained in:
parent
c76c17fc6f
commit
11c110f682
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user