From fcc041b8b40c54c9aa464607b4f6796ad84695a9 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sun, 10 Aug 2025 23:29:59 +0900 Subject: [PATCH] =?utf8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D?= =?utf8?q?=E3=82=92txt2notesapp=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- README.md | 4 ++-- txt2noteapp.applescript => txt2notesapp.applescript | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename txt2noteapp.applescript => txt2notesapp.applescript (100%) diff --git a/Makefile b/Makefile index 2eb7996..31881a2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OSACOMPILE := osacompile INSTALL := install INSTALLDIR := ~/Library/Scripts -TARGET := txt2noteapp.scpt +TARGET := txt2notesapp.scpt all: $(TARGET) diff --git a/README.md b/README.md index 6246ae9..414bd75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# txt2memo.scpt +# txt2notesapp AppleScript to send the contents of a plain text (`.txt`) file to the macOS Notes app as a new note. @@ -29,7 +29,7 @@ This will install the script to: `~/Library/Scripts/` From the terminal: ```sh -osascript ~/Library/Scripts/txt2memo.scpt /path/to/textfile.txt +osascript ~/Library/Scripts/txt2notesapp.scpt /path/to/textfile.txt ## License diff --git a/txt2noteapp.applescript b/txt2notesapp.applescript similarity index 100% rename from txt2noteapp.applescript rename to txt2notesapp.applescript -- 2.54.0.rc0.180.g7c4e9e957a