Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Abut smb:// aware tools
Date: Sat, 03 Oct 2009 18:48:40
Message-Id: 58965d8a0910031148i20005cd8ka1a0f53cdabca1c6@mail.gmail.com
In Reply to: [gentoo-user] Re: Abut smb:// aware tools by Harry Putnam
1 On Sat, Oct 3, 2009 at 10:31 AM, Harry Putnam <reader@×××××××.com> wrote:
2 > Paul Hartman <paul.hartman+gentoo@×××××.com> writes:
3 >
4 >>> Emacs is said to be able to do this using tramp but I haven't ever
5 >>> gotten it to work.
6 >>>
7 >>> Konqueror can do it... but I don't run kde, and don't really want to
8 >>> fiddle with it in that direction.
9 >>
10 >> Midnight Commander can do it.
11 >
12 > Haa, there is an old time tool... what do I need to use in `eix' to
13 > find it.
14 >
15 > `eix midnight' fails as does `eix commander'
16 >
17 > Does it have a different name in portage?
18 >
19 > I did find a vimcommander... maybe that will have the functionality
20 > too, since it says it has a commander style interface.
21
22 It's tricky since the program name is Midnight Commander but the
23 package & executable name is "mc". You can use the -S switch for eix
24 to make it search descriptions as well as the package name when
25 something's pkgname is not obvious. For example:
26
27 $ eix -S midnight.commander
28 [I] app-misc/mc
29 Available versions: 4.6.1-r4 4.7.0_pre1 (~)4.7.0_pre2
30 (~)4.7.0_pre2-r1 {7zip X chdir +edit gpm ncurses nls samba (+)slang
31 unicode}
32 Installed versions: 4.7.0_pre2-r1(12:24:04 AM 09/06/2009)(X edit
33 gpm nls samba slang -chdir)
34 Homepage: http://www.midnight-commander.org
35 Description: GNU Midnight Commander is a text based file manager
36
37 :)