Skip to content

Commit c033f2c

Browse files
committed
chore: v0.2.0
1 parent 1f9a063 commit c033f2c

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loctok"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Count LOC (lines of code) & TOK (LLM tokens), fast."
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ Snippet of the format:
206206
- Respects `.gitignore`, global gitignore, and git excludes; also adds `.gitignore` as a custom ignore file in non-git contexts.
207207
- Only UTF‑8 text files are counted; non‑UTF‑8 files are skipped silently.
208208
- Language grouping is inferred from file extensions.
209-
- Copy mode requires a platform clipboard tool:
210-
- macOS: `pbcopy`
211-
- Windows: `clip`
212-
- Linux: `xclip` or `xsel`
213209

214210
## License
215211

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loctok",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Count LOC (lines of code) & TOK (LLM tokens), fast",
55
"license": "MIT OR Apache-2.0",
66
"bin": {

0 commit comments

Comments
 (0)