-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(app.js): remove unused child_process import to improve code cle…
…anliness chore(app.js): remove commented out process.exit(0) to improve code readability chore(info.plist): update shell script command to execute joplinsearch instead of app.js to reflect changes in package.json chore(info.plist): update ypos value to 340 to improve alignment of Alfred Actions window chore(joplinsearch): add joplinsearch script to the project chore(package.json): add joplinsearch as a dependency and update main script to app.js chore(package.json): add outputPath and scripts for packaging the app for macOS chore(readme.md): update title to "Joplin Alfred Actions" to reflect the purpose of the project
- Loading branch information
Marc Otten
committed
Aug 13, 2023
1 parent
97c1474
commit ccf1f7c
Showing
5 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
{ | ||
"name": "joplinsearch", | ||
"version": "1.0.0", | ||
"productName": "joplinsearch", | ||
"license": "ISC", | ||
"author": "Marc Otten", | ||
"main": "./app.js", | ||
"dependencies": { | ||
"dotenv": "^16.3.1", | ||
"open": "^9.1.0", | ||
"request": "^2.88.2" | ||
}, | ||
"outputPath": "release-builds/largtype-darwin-x64/", | ||
"scripts": { | ||
"package-mac": "nexe --build app.js -o joplinsearch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# My Awesome project | ||
![ Alt text]('') | ||
# Joplin Alfred Actions |