Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonpacewic/dimz
:100: CLI tool for counting the number of lines of code in any given directory.
https://github.com/brandonpacewic/dimz
Last synced: 12 days ago
JSON representation
:100: CLI tool for counting the number of lines of code in any given directory.
- Host: GitHub
- URL: https://github.com/brandonpacewic/dimz
- Owner: BrandonPacewic
- License: mit
- Created: 2024-01-10T20:51:11.000Z (10 months ago)
- Default Branch: mega
- Last Pushed: 2024-01-18T02:39:36.000Z (10 months ago)
- Last Synced: 2024-10-15T21:01:48.471Z (about 1 month ago)
- Language: Python
- Homepage: https://pypi.org/project/dimz/
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# :100: dimz
CLI tool for counting the number of lines of code in any given directory.
```
$ dimz
File Name Lines Tokens Tokens / Line Language
--------------------- ------- -------- --------------- ----------
dimz/__main__.py 93 635 6.83 Python
dimz/test.py 39 255 6.54 Python
setup.py 35 134 3.83 Python
tools/autopep8_all.py 15 83 5.53 Python
dimz/__init__.py 3 9 3.00 Python
push_pypi.sh 2 11 5.50 Shell
test.sh 2 4 2.00 ShellFile count: 7
Total Line Count: 189
Total Token Count: 1131
```> [!NOTE]
> dimz only counts actual lines of code. Not whitespace. This means that if it tells you that you have a 100,000 line C project, you really did write 100,000 lines of C.## License
Copyright (c) Brandon Pacewic
SPDX-License-Identifier: MIT