]> j8takagi.net Git Repository - txt2notesapp.git/commitdiff
Update README
authorj8takagi <j8takagi@nifty.com>
Sat, 2 Aug 2025 02:46:36 +0000 (11:46 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 2 Aug 2025 02:46:36 +0000 (11:46 +0900)
.gitignore [new file with mode: 0644]
README.md

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..496ee2c
--- /dev/null
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
index ba949bebf831a0dede9e0488eb442841a8705f0c..6246ae97cf1b08adeba53154e9ef57e1b903e429 100644 (file)
--- 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 `<br>` (HTML-style line breaks)
-- Supports automatic tagging using lines that begin with `#` (Notes app tags)
 
 ## Requirements