I used to create new blank files in Nautilus (Files) using the right click context menu. It really saved me a lot of time. Since Nautilus 3.6, there is no such entry.
Is there a way to create a new blank file in Nautilus 3.6 (Files)?
|
Well, I filled a bug report on bugzilla.gnome.org and I feel stupid now... This feature still exists. The solution is to create a blank file named for instance new inside the ~/Templates/ folder of your home directory.
|
|||||||||||||
|
|
I can't really find this option in 3.6 either, but there are command line tools that can help you out (but it depends on what you are actually trying to accomplish here). In a Terminal (CTRL+ALT+T) you can write the command: touch filename.ext This will create an empty file called filename.ext - you can call it whatever you want, with whatever extension (or no extension) you feel like. |
|||||||||||||
|
|
I guess you could write a nautilus script with You could even keybind it using accels. |
|||||||||||||
|
|
I wrote an extension for Nautilus to restore this functionality. It's not perfect yet, but it's better than nothing and I will improve it in the future. This extension is written in Python. It adds a context menu entry "New file" for the Nautilus file manager and allows user to create a new empty file. Open source under GPL v3 or later licence. For more see http://byteptr.com/nnf/ |
|||||
|
gedit &in terminal, write stuff in it and Ctrl+S to save. If you want to get feisty, in the terminal, typevimwhich is a lot more complicated than gedit. Terminal-> Ctrl +Alt+T – drN Oct 29 '12 at 17:12