diff options
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/TranslatorWishList.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Hurd/TranslatorWishList.mdwn b/Hurd/TranslatorWishList.mdwn index c8917bbd..0d8fd8ba 100644 --- a/Hurd/TranslatorWishList.mdwn +++ b/Hurd/TranslatorWishList.mdwn @@ -90,4 +90,8 @@ This is from the revenge of the command-line department. Make a directory transl ...etc. Now think about your favorite GUI HTML editor and using File->Open on the following directory name, ``"/comp/for i in $( find / -name *.html ); do ln -s $i `basename $i`;done"`` Which would produce a directory listing with soft links to all of the \*.html files on your system. You could have all of the comforts of the shell from within that little File->Open dialog box. --- [[Main/GregBuchholz]] - updated 16 Oct 2003 +## <a name="Other"> Other </a> + +Just found Wolfgang J�hrling's translator [wishlist](http://www.8ung.at/shell/trans.html). + +-- [[Main/GregBuchholz]] - updated 17 Oct 2003 |