Empty New File
The Empty New File is a Finder Extension which allows to create an empty new file via contextual menu on macOS.
📇 Table of Contents
- About
- Demo
- Features
- Getting Started
- Built With
- Contributing
- Code of Conduct
- Versioning
- Authors
- Licensing
📖 About
The Empty New File is a Finder Extension which allows to create an empty new file. It could be called by right-clicking on selected folders or files and selecting New File
from the contextual menu.
Motivation
Sometimes I just want to create a new file through the context menu as in Windows.
📸 Demo
This GIF demonstrates how the Empty New File
allows quite simple to create an empty new file in the current directory.
This PIC demonstrates how the Empty New File
allows to select files extensions for the creating an empty new file.
🎚 Features
- Create an empty new file in a several clicks via the context menu.
To Do
- For more information on an upcoming development, please read the todo list.
Changelog
- For more information on releases, features and changes, please read the changelog notes.
🚦 Getting Started
These instructions allow to get a copy of this project and run it on a local machine.
Prerequisites
Before using it, make sure that follows software are installed on the local machine:
- OS X 10.10+ - the operating system under which the extention is executing.
If any of the listed programs is not installed, then it can be installed by instruction as described below.
-
OS X 10.10+
- Install macOS 10.10+ by this instruction.
Installing
In order to install it is quite simple to:
- Download executable file from releases (or compile it from the sources).
-
Go to the directory where you download this tool (optionally):
- via Finder.
- via Terminal prompt.
cd /{path to parent dir with this tool}/
-
Launch the tool in macOS (optionally):
- via double-click on
empty-new-file.app
. - via Terminal prompt.
open empty-new-file.app
- via double-click on
-
Open up
System Preferences > Extensions
and enable theempty-new-file-menu
.
Otherwise, it’s possible to install and remove the extention using the actual extension bundled into the app.
- To install and approve the extension, run this:
pluginkit -a empty-new-file.app/Contents/PlugIns/empty-new-file-menu.appex/
- To remove it, run this:
pluginkit -r empty-new-file.app/Contents/PlugIns/empty-new-file-menu.appex/
Downloading
For the downloading executable file or sources to a local machine, just use the follows link and choose a required release:
https://github.com/ololx/empty-new-file/releases/
Cloning
For the cloning this repository to a local machine, just use the follows link:
https://github.com/ololx/empty-new-file.git
🛠 Built With
- Xcode - the IDE for the
Finder Sync Extension
development.
🎉 Contributing
If you want to contribute this project - you are welcome and have fun. Please visit the contributing section for details on this code of conduct, and the process for submitting pull requests.
📝 Code of Conduct
In order to ensure that all is welcoming, please review and abide by the code of conduct.
🗒 Versioning
For the versioning is used Semantic Versioning. For the versions available, see the changelog or the tags on this repository.
©️ Authors
- Alexander A. Kropotin - Initial work - ololx.
🔏 Licensing
This project is licensed under the MIT license - see the lisence document for details.
Описание
This is a simple contextual menu extension for creating new blank files by types