From: j8takagi Date: Sun, 10 Aug 2025 14:29:59 +0000 (+0900) Subject: ファイル名をtxt2notesappに X-Git-Url: https://www.j8takagi.net/gitweb?a=commitdiff_plain;h=fcc041b8b40c54c9aa464607b4f6796ad84695a9;p=txt2notesapp.git ファイル名をtxt2notesappに --- 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