Quote:
Originally Posted by Gregg Bell
Thanks eschwartz. And thanks for the link. This is an awesome feature. It will be my next project to learn. And thanks for the example. I could see what you were talking about.
|
If you use the terminal much, tab completion is absolutely fantastic. It will also automatically escape characters that need escaping. For example, if I have a file named "Gregg's book.epub" and I want to convert it to mobi, I type:
then hit tab, it auto-completes to:
Code:
ebook-convert Gregg\'s\ book.epub
If you could then type G and hit tab it'll auto-complete using the same file name. You can then backspace to delete the epub extension, and type in the new mobi extension.