A command line tool to analyze the amount of lines and files under current directory.
Project description
Installation
You can install, upgrade, uninstall line-counter.py with these commands:
$ pip install line-counter $ pip install --upgrade line-counter $ pip uninstall line-counter
Usage
Usage: line [options] [args] Analyze the amount of lines and files under current directory following the rules in 'line.select' or analyze all files if 'line.select' doesn't exist Options: --version show program's version number and exit -h, --help show this help message and exit -d, --detail show more detail in the result -s, --show show rules in 'line.select'
Example usage and output
Analyze all files (when ‘line.select’ doesn’t exist) or specific files (when ‘line.select’ exists) under current directory.
$ line Search in /Users/Morgan/Documents/Example/ file count: 4 line count: 839
$ line -d Search in /Users/Morgan/Documents/Example/ Dir A/file C.c 72 Dir A/file D.py 268 file A.py 467 file B.c 32 file count: 4 line count: 839
Show the rules in ‘line.select’
$ line -s Here are the rules in 'line.select' under /Users/Morgan/Documents/Example/: #Select rules: *.c #Ignore rules: !Dir A !*.py
Check current version
$ line --version line 0.7.4
line.select
This file works like ‘.gitignore’. * Each line is a rule * Each line starts with a ‘#’ means that’s a comment * Each line starts with a ‘!’ means it’s a ignore rule * Otherwise it’s a select rule * The order of rules is irrelevant and ignore rules can always override select rules * The rules can find all the pathnames matching a specified pattern according to the rules used by the Unix shell. No tilde expansion is done, but *, ?, and character ranges expressed with [ ] will be correctly matched.
Roadmap
Add order output function
Add option to only count file amount or line amount
Change Log
- 0.7.4 03/25/2017Fix distribution on PyPI.
- 0.7.3 03/25/2017Fix the long description format on PyPI.
- 0.7.2 03/25/2017Fix a bug that file cannot be matched when there is a ‘[’ in the path.
License
The MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file line-counter-0.7.4.tar.gz
.
File metadata
- Download URL: line-counter-0.7.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44016e456970d6e453a2f46fd1423a83195de69d235c0754bd95b69a29255216 |
|
MD5 | 6af3f372211caf40b0341958f107a5db |
|
BLAKE2b-256 | b93611c28cd85456e3310684b7e9ad934ef712b786c1c74610e0e3b0f742b511 |
File details
Details for the file line_counter-0.7.4-py2.py3-none-any.whl
.
File metadata
- Download URL: line_counter-0.7.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704156df899011fde2a717af579e8e514172779b7bfdfa0c8a6dc6e542ab917f |
|
MD5 | 8fbd398e800d138d1be8467b597ff6ad |
|
BLAKE2b-256 | 653087c634ec23bb553731201d18b5837e214725a731081f6ac1323346c65117 |