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
Fix an issue where, if no recognizable line endings are found in the input data, newly created lines were saved without line breaks (#106)
Fix an issue where, if no recognizable line endings are found in the input data, the delimiter for newly created lines was always set to tab; it now defaults to tab but respects -c / -t options (#106)
New features
Allow canceling save and search operations with Ctrl-C (#105)
Add -lf and -crlf options to control the default line ending for newly added lines (#107)