From: j8takagi Date: Sat, 2 Aug 2025 02:46:36 +0000 (+0900) Subject: Update README X-Git-Url: https://www.j8takagi.net/gitweb?a=commitdiff_plain;h=d4910be1d3979180d1701ba0b201dfff0fd584f3;p=txt2notesapp.git Update README --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index ba949be..6246ae9 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ AppleScript to send the contents of a plain text (`.txt`) file to the macOS Note ## Features +- Sends the contents of the plain text (.txt) file specified as an argument to the macOS Notes app as a new note. - Uses the first line of the file as the note title -- Converts each line of the text into a separate line in the note -- Optionally converts line breaks to `
` (HTML-style line breaks) -- Supports automatic tagging using lines that begin with `#` (Notes app tags) ## Requirements