Projects tagged ‘command_line’


[52 total ]

2164 Users
   

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

354 Users
   

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 ... [More] extent, Mutt is still very ELM-like in presentation of 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]
Created over 3 years ago.

173 Users
   

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 5600 ... [More] completed and usable ports, with more being added on a regular basis. [Less]
Created over 3 years ago.

115 Users
   

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.
Created over 3 years ago.

98 Users
   

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. * ... [More] Searches recursively through directories by default, 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]
Created over 3 years ago.

87 Users
   

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 ... [More] 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. [Less]
Created over 2 years ago.

58 Users
   

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.
Created over 3 years ago.

38 Users
   

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 ... [More] sources/protocols at the same time and tries to utilize 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]
Created over 2 years ago.

20 Users
   

bash_completion extends bashs standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the ... [More] most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. [Less]
Created about 1 year ago.

16 Users
   

gnokii is a multisystem tool suite for the mobile phones, released under GPL.
Created over 3 years ago.