31 projects tagged "Command Line"
GoldenPod is a command line podcast client. It allows you to easily manage and download podcasts from the command line. It can download podcasts from standard RSS(-like) feeds, or it can attempt to parse any other cleartext document (XML or HTML) for a list of audio files and download those. For users already using BashPodder, it can function as a more feature-rich drop-in replacement for it.
make project is a command line program which makes project skeletons. It automates the task of starting a new project with the information provided from the commandline. The package created by default is a "hello world" project of the selected skeleton which is managed with autotools. There are skeletons for bash, C, C library, Python, C++, C++ library, and Perl.
audiopreview is a command-line tool that plays previews of many audio file types (Ogg, MP3, etc.), video file types (AVI, MPEG, Real, etc.), and Internet streams. It can also be used as a regular command-line media file player (i.e. play the files entirely like yauap or mpc123 would).
selector is a command line utility for dynamic string selection. As you type a list of substrings separated by ";" or a regexp, the display is updated in real time to show only the matching lines. The main usage of selector is as an efficient search in the shell command history. With the correct option, it will inject the selected line into the terminal input buffer, allowing the user to edit the line and execute it as a standard command.
surl is a URL shortening command line application that supports various sites. It supports stdin or filename input. It grabs the URLs, converts them, and returns the same text that was used in the input. It is known to work with a wealth of services, such as bit.ly, tinyurl.com, and others.
selector is a command line utility for dynamic string selection. It reads the content of the specified files, and as the user types a list of strings separated by ";" (or a regexp), the display is updated in real time to show only the lines containing all the said strings (or matching the regexp). This command was mainly designed as a way to search in the shell history, for which it is substantially more efficient than the standard readline ^R binding. With the -v option, it injects the selected line into the tty input buffer, hence allowing the user to edit the line and execute it as a standard command.