Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/codel
Count lines of your code tastefully.
https://github.com/voilalex/codel
python3 terminal-based utility
Last synced: about 2 months ago
JSON representation
Count lines of your code tastefully.
- Host: GitHub
- URL: https://github.com/voilalex/codel
- Owner: VoIlAlex
- License: mit
- Created: 2020-04-05T21:51:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T15:28:37.000Z (about 4 years ago)
- Last Synced: 2024-11-14T18:52:05.025Z (about 2 months ago)
- Topics: python3, terminal-based, utility
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Codel π²
Count lines of your code tastefully.
## Getting started
Before you start you should install:
- Python 3.x
- pip## Installation
Enter this in your terminal:
```bash
pip install codel
```## Usage
To count lines of files with extensions `.py` `.cpp` and `.h` enter this in your terminal:
```bash
codel count -e .py .cpp .h
```To ignore files or folders use `-i` flag:
```bash
codel count -e .py -i test/**
```### Configuration
It's possible to set default's for folder so you can use codel without flags. To manage your folder configuration use `config` command:
```bash
codel config -e .py -i test/**
```If you want to apply the configuration globally you should use `-g` flag:
```bash
codel config -g -e .py -i test/**
```## License
[MIT](LICENSE.md)
## Contribution
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details about contributing.
## Remark
This is coddle. I didn't know that before I started to develop this project. Bon appetitπ
![Coddle](https://cdn.greatlifepublishing.net/wp-content/uploads/sites/2/2018/06/22051835/Irish-Coddle-1-728x486.jpg)