Prints a "🚫" character and adds a newline if the cursor is not in column 1. You can use it in your shell prompt to tidy up after commands that output some text without a trailing newline.
Go to file
go 380cb01dc1 Initial commit 2023-04-07 16:10:21 +01:00
LICENSE Initial commit 2023-04-07 16:10:21 +01:00
README.md Initial commit 2023-04-07 16:10:21 +01:00

README.md

missingnewline

Prints a "🚫" character and adds a newline if the cursor is not in column 1. You can use it in your shell prompt to tidy up after commands that output some text without a trailing newline.