Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemenaran/newdocumentplugin
Add a "New document" contextual menu to the Finder
https://github.com/kemenaran/newdocumentplugin
Last synced: 20 days ago
JSON representation
Add a "New document" contextual menu to the Finder
- Host: GitHub
- URL: https://github.com/kemenaran/newdocumentplugin
- Owner: kemenaran
- Created: 2015-03-15T09:14:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T10:09:47.000Z (almost 10 years ago)
- Last Synced: 2023-03-15T02:46:40.927Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 891 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NewDocumentPlugIn adds a "New document" contextual menu to the Finder.
You can thus create easily new documents without opening the associated
application.It works with Mac OS 10.4 to 10.5 (**does not work on Snow Leopard yet**).
![newdocumentplugin-example](https://cloud.githubusercontent.com/assets/179923/6655576/accfe606-cb03-11e4-926b-2c75584c2ccc.png)
When creating a new document, the document name is highlighted, in order
to customize the name without superfluous keystroke (ensure that GUI Scripting
is enabled for this).You can easily add your own templates : just drop an empty file of the wanted
type in the "Templates" folder of the plugin.The plugin is localized in English and French. You can add localizations for
the contextual menu labels and for the document names if wanted.NewDocumentPlugIn uses CoreFoundation and AppleScript.