You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest adding the ability to handle multiple lines of text as input in "tt." Currently, only individual words and sentences are accepted for typing practice.
Benefits
This enhancement will allow users to practice typing larger blocks of text, such as code snippets, paragraphs, or multiline quotes, making "tt" more versatile and useful for various users.
Implementation
The program should accept multiline input from command-line arguments, files, and STDIN, considering each paragraph as a distinct segment in the typing test.
Example
Poem Title: Dreams
Hold fast to dreams
For if dreams die
Life is a broken-winged bird
That cannot fly.
Hold fast to dreams
For when dreams go
Life is a barren field
Frozen with snow.
The text was updated successfully, but these errors were encountered:
Description
I suggest adding the ability to handle multiple lines of text as input in "tt." Currently, only individual words and sentences are accepted for typing practice.
Benefits
This enhancement will allow users to practice typing larger blocks of text, such as code snippets, paragraphs, or multiline quotes, making "tt" more versatile and useful for various users.
Implementation
The program should accept multiline input from command-line arguments, files, and STDIN, considering each paragraph as a distinct segment in the typing test.
Example
The text was updated successfully, but these errors were encountered: