diff options
| author | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-01-08 17:47:19 +0000 |
|---|---|---|
| committer | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-01-08 17:47:19 +0000 |
| commit | 38e7adee1fcd0b5106fecf813431f9bb6635ab7f (patch) | |
| tree | b551865cb75b940b4b255f06fb714aa29df84f60 /README.md | |
| parent | af2a293afda59659c252f99c0e7e261075acdc32 (diff) | |
1.0 working version of code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..33d8904 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# langbreak + +A simple script that displays a coloured language breakdown bar for your codebase, similar to GitHub's linguist feature. + +## Usage + +```bash +./langbreak +``` + +Analyzes the current directory and shows a visual breakdown of programming languages by file size. + +## License +GPLv3 |
