diff options
author | Greg Buchholz <hurd@sleepingsquirrel.org> | 2003-10-17 15:19:29 +0000 |
---|---|---|
committer | Greg Buchholz <hurd@sleepingsquirrel.org> | 2003-10-17 15:19:29 +0000 |
commit | 33b5d7502daf06eb91bb2380c338b525787b3d84 (patch) | |
tree | a79453cc2607024b5ea881e69227202558de9256 /Hurd | |
parent | 1a4b23c032201acfc02c9b574aca46011eb7884d (diff) |
none
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 |