# count_kw **Repository Path**: cncf/count_kw ## Basic Information - **Project Name**: count_kw - **Description**: 🧮Count given keyword across a given project - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # count_kw Count given keywords in a given project, example call: - `./count_kw.sh '/path/1 /path/2' '*.go *.c* *.md' '(argument1|argument2)'`. - Example: `VERBOSE=1 ./count_kw.sh '/root/devstats_repos/cncf /root/devstats_repos/crosscloudci /root/devstats_repos/cdfoundation' '*' master`. Count predefined 4 keywords counts in LF projects: - `[SRC_BASE=/root/devstats_repos/] [RESET=1] [ONLY='TiKV,NATS,Flux,Rook,Thanos,etcd,OpenEBS,containerd,Linkerd,Vitess,CoreDNS,OPA,Harbor,KubeEdge'] ./run.sh`. - Example: `ONLY=Prometheus ./run.sh` - Example: `SRC_BASE=/root/sources ONLY='Hyperledger Labs,Hyperledger' ./run.sh` - Example: `SRC_BASE=/root/sources FN=cf.csv RESET=1 ONLY=CloudFoundry ./run.sh` To cone entire GitHub organization use: - `SRC_BASE=/root/sources/ ./clone_org.sh hyperledger`.