]> j8takagi.net Git Repository - txt2notesapp.git/commitdiff
ファイル名をtxt2notesappに main
authorj8takagi <j8takagi@nifty.com>
Sun, 10 Aug 2025 14:29:59 +0000 (23:29 +0900)
committerj8takagi <j8takagi@nifty.com>
Sun, 10 Aug 2025 14:29:59 +0000 (23:29 +0900)
Makefile
README.md
txt2notesapp.applescript [moved from txt2noteapp.applescript with 100% similarity]

index 2eb7996239b2585e5a72c2e7a0aba80ab2ae24f6..31881a20cad381ff05d5ab235bbccd48fd38a6d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 OSACOMPILE := osacompile
 INSTALL := install
 INSTALLDIR := ~/Library/Scripts
-TARGET := txt2noteapp.scpt
+TARGET := txt2notesapp.scpt
 
 all: $(TARGET)
 
index 6246ae97cf1b08adeba53154e9ef57e1b903e429..414bd75304088acd10b5f7ebe6f3926f5b14c1da 100644 (file)
--- 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