Saw this question: What is the "Templates" folder in the home directory for? But I wanted to know whether I can use this feature with gedit in bash shell? If yes How? If no is there any other way to create templates for gedit?
Asked
Active
Viewed 911 times
1 Answers
0
No, bacause that behaviour is associated to the desktop.
However you can do this:
cp $HOME/Templates/example\ gedit.txt myNewFile.txt
gedit myNewFile.txt
Zaka Elab
- 165