I found a fantastic theme for WordPress called CLI, named for the computing term “Command Line Interface”. It brings back memories of my first computers, way back in about 1980 or so, long before any windowing applications were available (or at least being commonly used).
You can find CLI at the author’s site or at Google Code.
Some things to try:
- ‘ls’ (Unix command for list segments) will list the files and directories (which are just the categories in the blog)
- ‘cd {directory}’ (cd is a Unix command meaning change directory) will change your location to the directory you specify. For instance: ‘cd Apple’ will change you to the Apple directory.
- ‘current’ tells you want the current post number is. You can then type in that number and the corresponding post will appear.
- ‘grep {keyword}’ (grep is a Unix command that is used to search text) will allow you to search all posts that have the keyword you specify. For instance: ‘grep Flock’ will find posts that have the word Flock in it.
- ‘help’ will list all the available commands. Try them out!
Posted on November 19th, 2007 by admin
Filed under: Uncategorized