If my memory serves me correctly, in the early '90s on a Mac (but not on any MS O/S), one could print a hardcopy as an ordered list of a folders contents.
It occured to me that this is still a helpful thing for quickly printing out for condensed list where one hs many items such as docs, pics, music etc in a structured list. Does anyone know if this is possible on Ubuntu's Unity/frontend or if there is a small app in software centre. For now I cannot find one and for certain work would be a great 'time saver' instead of jotting down on paper with a pen. Any directions much appreciated.
One quick way to do what you are suggesting is to:
The only downside to this is that it will be absolute paths, but you should be able to do some search and replace to get rid of the prefix.
As always, there is probably a command line way to do it much easier, something like piping ls into lp. If you need this solution as well and cannot figure out the commands, let me know and I'll look into it.
Regards TLE
A simple way to print a directory content list would be using command line tools:
This will pipe the output of
ls
(or any other command that generates an output) to the line printer , if installed. To find the name of attached printers runFor a long list that may need formatting however I recommend to redirect the output of
ls
to a file.For a right click solution we simply put a script to
~/.gnome2/nautilus-scripts/
with e.g. the following content (to open the current directory file list in Gedit):Or we define a nautilus action to do so.
I would recommend the tree command. It is recursive and you can redirect the output to a text file, then print the text file.
Use
find
command.GUI approach would be with a simple script that is linked to a keyboard shortcut, say Ctrl + Alt + K. Call the script with shortcut, copy path to folder from nautilus with Ctrl + L and then Ctrl + C or X, paste in popup dialog