Skip to content

Commit

Permalink
Add raw file read/write to features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Jan 3, 2023
1 parent 4bf8d8e commit e691d77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ go build
- Supported types: `var`, `string`
- Debug mode
- Outputs where/how each timestamp digit is being parsed
- "Raw" file reading/writing
- Allows writing Y2K programs as file content (see [Examples](#examples)) and
exporting to a set of new 0-byte files with their timestamps modified,
rather than manually editing individual file timestamps.

## Usage

Expand Down

0 comments on commit e691d77

Please sign in to comment.