From d4910be1d3979180d1701ba0b201dfff0fd584f3 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 2 Aug 2025 11:46:36 +0900 Subject: [PATCH] Update README --- .gitignore | 1 + README.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitignore 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 -- 2.54.0.rc0.180.g7c4e9e957a