Skip to content

MaxSchambach/nautilus-new-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New File Nautilus Extension

This is a simple Nautilus Extension to add a "New File" context menu entry for creating new empty, .txt or .ods files.

Installation

From the main repository folder, run

mkdir build
cd build
cmake ..
make
make install

This installs the Nautilus extension to ~/.local/share/nautilus-python/extensions/. If you need to, change the path in the CMakeLists.txt file.

Uninstallation

To uninstall, simply run

make uninstall

from within the build folder.

About

Simple Nautilus Extension to create new (empty) files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published