13 projects tagged "Command Line"
dtrx intelligently extracts many different archive types. It will get the contents from tar, zip, rpm, deb, and cpio archives, as well as compressed files, with one simple command. It helps keep your filesystem sane by putting every archive's contents into a dedicated directory, and making sure the owner can read and write whatever's extracted. It can even recursively extract archives.
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.
SQL Tagger reads the tags of audio files from a directory, loads them into a temporary SQLite database, accepts SQL queries to modify this database, then saves any changes back to the audio files. It's useful for performing complex updates that would be difficult or tedious with conventional taggers. It's a complement to conventional taggers, not a replacement.
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.