mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
c7a73d4f81
- Default limit of 2000 lines per read - Maximum line length of 2000 characters (truncates longer lines) - Add optional offset and limit parameters for pagination - Show truncation notice with instruction to continue reading - Plain text output (no line numbers) Examples: - `read path/to/file` - reads first 2000 lines - `read path/to/file offset=2001` - continues from line 2001 - `read path/to/file limit=100` - reads only 100 lines This prevents extremely large files from overwhelming context.
c7a73d4f81
ยท
2025-11-12 16:53:05 +01:00
History