Projects tagged ‘command_line’


[43 total ]
1176

grep

   
Primary Language: C Licensed as: GNU General Public License 2.0

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.

Metrics updated 11 Oct 08

231

mutt

   
Primary Language: C Licensed as: GNU General Public License 2.0 or later

Mutt is a small but very powerful text-based mail client for Unix operating systems. Though written from scratch, Mutt's initial interface was based largely on the ELM mail client. To a large extent, Mutt is still very ELM-like in presentation of ... [More] information in menus (and in fact, ELM users will find it quite painless to switch as the default key bindings are identical). As development progressed, features found in other popular clients such as PINE and MUSH have been added, the result being a hybrid, or "mutt." [Less]

Metrics updated 10 Oct 08

104

The MacPorts Project

   
Primary Language: Tcl Licensed as: BSD-ish License

The MacPorts Project's main goal is to provide an easy way to install various open-source software products on the Darwin OS family (OpenDarwin, Mac OS X and Darwin) There are currently about 4500 completed and usable ports, with more being added on a regular basis.

Metrics updated 11 Oct 08

76

Yakuake

   
Primary Language: C++ Licensed as: GNU General Public License 2.0,GNU General Public License 3.0 or later

Yakuake is a Quake-style terminal emulator based on KDE Konsole technology.

Metrics updated 07 Oct 08

72

ack

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * Searches recursively through directories by default ... [More] , while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]

Metrics updated 11 Oct 08

35

Commons CLI

   
Primary Language: Java Licensed as: Apache License 2.0

The Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.

Metrics updated 10 Oct 08

18

file

   
Licensed as: BSD-ish License

File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Starting with version 4, the file command is not much more than a wrapper around the "magic" library.

10

gnokii

   
Primary Language: C Licensed as: GNU General Public License 2.0

gnokii is a multisystem tool suite for the mobile phones, released under GPL.

Metrics updated 25 Sep 08

9

Gammu

 
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Gammu (formerly known as MyGnokii2) is a cellular manager for various mobile phones/modems. It supports a wide variety of Nokia, Symbian, and AT devices (Siemens, Alcatel, Falcom, WaveCom, IPAQ, Samsung, SE, and others) over cables, infrared, or ... [More] BlueTooth. It contains libraries with functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, and more (used by external applications like Wammu). It also includes a command line utility that can make many things (including backups) and an SMS gateway with full MySQL and PostgreSQL support from the PHP interface. [Less]

Metrics updated 23 Sep 08

7

aria2

   
Primary Language: C++ Licensed as: GNU General Public License 2.0

aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. It can download one or more files individually or from multiple sources/protocols at the same time and tries to utilize ... [More] your maximum download bandwidth (by using multiple threads and downloading data from HTTP(S)/FTP, while also uploading to the BitTorrent swarm). Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. The physical memory usage is typically 3MB(normal HTTP/FTP downloads) to 6MB(BitTorrent downloads). CPU usage in BitTorrent with download speed of 1500KB/sec is around 6%. [Less]

Metrics updated 12 Oct 08