13 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.
tagls is a tool that matches file names using boolean expressions made of tags and regular expressions. It handles searching in file lists with word boundaries for "tags", stemming and synonym expansion for both tags and regular expressions, and boolean expressions over lists of tags or regular expressions. It can match against either the file name or the file's content. The output can be unsorted, sorted by name, or sorted by relevance.
waitcond is a script to specify a combination of events using boolean expressions over various events. It can periodically grep in files, wait for the (dis)appearance of files or processes, wait for certain CPU/net/disk idle values, or wait for an idle tty. waitcond is meant to be combined with some notification tool or system.
fnf is a script that provides a list of a Twitter user's friends and followers. If you provide a username (and optional proxy), fnf will generate two files: USERNAME.followers and USERNAME.friends, consisting of a list of Twitter screen names and real names separated by " :: ". This data is easily used in scripts or imported to spreadsheets.
Cil is an easy-to-use command-line driven distributed issue tracker. Using Git as it's storage backend, the power of a distributed version control system can be harnessed to enhance and provide powerful features. Cil saves the issues, comments, and attachments locally in plain-text for ease of use and easy accessibility.