Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How about an alphabetical list of apps?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
jkcunningham
l33t
l33t


Joined: 28 Apr 2003
Posts: 649
Location: 47.49N 121.79W

PostPosted: Fri May 02, 2003 2:20 pm    Post subject: How about an alphabetical list of apps? Reply with quote

Sometimes I read about an application and want to find it in the Online Package Database, only I don't know what package group its in. Its not always clear, and in the case of some applications, could easily fit in several, so I end up finding it by trial and error. How about another page which lists everything alphabetically? Seems like something that could be autogenerated.

-Jeff
Back to top
View user's profile Send private message
panserg
Apprentice
Apprentice


Joined: 16 Apr 2003
Posts: 188

PostPosted: Fri May 02, 2003 4:33 pm    Post subject: Reply with quote

Code:
for i in `cd /usr/portage ; find . -maxdepth 2 -name "regexp*" |grep -v distfiles | sed 's/\.\///g'` ; do emerge -p $i ; done
Back to top
View user's profile Send private message
jkcunningham
l33t
l33t


Joined: 28 Apr 2003
Posts: 649
Location: 47.49N 121.79W

PostPosted: Fri May 02, 2003 5:27 pm    Post subject: Reply with quote

Thanks. That's a neat little script.
But what if I just want to look at the page for it and read about it first?

-Jeff
Back to top
View user's profile Send private message
christsong84
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1003
Location: GMT-8 (Spokane)

PostPosted: Fri May 02, 2003 5:34 pm    Post subject: Reply with quote

could call the script and point it into a file...like script.sh > myfile and then you could just do a less myfile...hmmm...perhaps can do that in the script.
Back to top
View user's profile Send private message
jkcunningham
l33t
l33t


Joined: 28 Apr 2003
Posts: 649
Location: 47.49N 121.79W

PostPosted: Fri May 02, 2003 5:52 pm    Post subject: Reply with quote

But that doesn't solve the problem of retaining the links to the descriptions (home page of the app/maintainer). Seems like it would take a more complicated script to extract those as well. Wouldn't it be more useful to have this index available on the website (server side) so everyone can access it?

-Jeff
Back to top
View user's profile Send private message
panserg
Apprentice
Apprentice


Joined: 16 Apr 2003
Posts: 188

PostPosted: Fri May 02, 2003 7:15 pm    Post subject: Reply with quote

Code:
for i in `cd /usr/portage ; find . -maxdepth 2 -name "regexp*" |grep -v distfiles | sed 's/\.\///g'` ; do emerge -p $i ; qpkg -i $i ; done
Back to top
View user's profile Send private message
mvr_rennes
Apprentice
Apprentice


Joined: 23 Oct 2002
Posts: 155

PostPosted: Fri May 02, 2003 10:31 pm    Post subject: Reply with quote

There used to be an alphabetically orderd app list on this site...
Whatever happened to it?
cheers,
M
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum