
Random File Feed
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Well, this is not a real screensaver. It's more a simple shell script to feed screensavers that can display text from a program, like Apple2, Phosphor or StarWars.
This shell scripts searches for files in a given directory, selects a random file and pipes it into the screensaver.
This is great to get reminded of your own code, to learn about new code or to show any arbitrary text file. Optionally you can specify a file name filter.
For example to show a *.c file from the linux sources specify this as program:
randomfile /usr/src/linux/ '*.c'
(NOTE: In this case the addtional / at the end is important since /usr/src/linux is a link on most distributions)
kwartik
10 years ago
I have used the same approach for my screensaver which displays quotes that are saves in a single file. More details here : http://kwartik.wordpress.com/use-your-screensaver-to-display-your-favorite-quotes/
Report
eon
13 years ago
Patch: http://eon.shellcode.eu/code/randomfile/randomfile.patch
Report
nescius
14 years ago
it reminds like xscreensaver, which has rss support inside, i am using phosphor with bbc world news, they are in kde screeensavers now, too bad that the configurator doesn't allow me to choose own rss or file, i had to use xscreensaver instead.
Report
mordredbe
14 years ago
Report