Skip to main content

A command line tool to count lines and files numbers under current directory.

Project description


# count-line

## Usage
A cross-platform command line tool to count the amount of lines and files under current directory.

## Installation
You can install, upgrade, uninstall count-line with these commands(without $):
```
$ pip install count-line
$ pip install --upgrade count-line
$ pip unstall count-line
```

## Help
```
usage: line.py [-h] [-s SUFFIX | -f FILTER] [-d]

count the amount of lines and files under the current directory

optional arguments:
-h, --help show this help message and exit
-s SUFFIX, --suffix SUFFIX
count by suffix file name, format: .suffix1.suffix2...
e.g: .cpp.py (without space)
-f FILTER, --filter FILTER
count without filter name, format: .suffix1.suffix2...
e.g: .cpp.py (without space)
-d, --detail show detail results
```

## Examples
1. Count all files under the current directory:
```
$ line
Search in /Users/macbook/Desktop/Examples1/
file count: 4
line count: 373
```
2. Count all files under the current directory with detail results:
```
$ line -d
Search in /Users/macbook/Desktop/Examples2/

========================================
文件后缀名 文件数 总行数


.py 5 397


.cpp 240 11346


总文件数: 245 总行数: 11743
========================================


```
3. Count specified files under the current directory, using -s to pass suffix as parameters, if there are more than one parameter, don't have space, for example, count cpp files and python files:
```
$ line -s .cpp.py
Search in /Users/macbook/Desktop/Examples3/
file count: 3
line count: 243
$ line -s .cpp.py -d
Search in /Users/macbook/Desktop/Examples3/

========================================
文件后缀名 文件数 总行数


.py 5 397


.cpp 240 11346


总文件数: 245 总行数: 11743
========================================

```
4. Count files under the current directory with filter:
```
$ line -f .py -d
Search in /Users/macbook/Desktop/Examples4/

========================================
文件后缀名 文件数 总行数


.cpp 240 11346


总文件数: 240 总行数: 11528
========================================
$ line -d
Search in /Users/macbook/Desktop/Examples4/

========================================
文件后缀名 文件数 总行数


.py 5 397


.cpp 240 11346


总文件数: 245 总行数: 11743
========================================


```



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

count-line-0.1.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

count_line-0.1.2-py2.py3-none-any.whl (3.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file count-line-0.1.2.tar.gz.

File metadata

  • Download URL: count-line-0.1.2.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3

File hashes

Hashes for count-line-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c1d0f1f9b4d4b5444bd09bd8ebd549fe105beb43054e4511dc9363c95fe8da4a
MD5 5bb82e67f9278560010ef9d4f5f96c92
BLAKE2b-256 e9b3b9686f3fcb413a8668e1196bd40d278cd6cb772a1879f6f2cf027513d29a

See more details on using hashes here.

File details

Details for the file count_line-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: count_line-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3

File hashes

Hashes for count_line-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 33210f8bb7115991b1db0769a1d7e51e6a6466512ad2a54de2b7fcb020e2e5c8
MD5 434efacfe66b21d80b09e31d2f3d4bd0
BLAKE2b-256 1a42577dcba4be994c4837cdbe46eeb0172605e4f2dcc0347d00627e1c759c67

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page