Projects tagged ‘cli’


[224 total ]

2157 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.

1295 Users
   

GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from ... [More] scripts, cron jobs, terminals without X-Windows support, etc. [Less]
Created over 2 years ago.

622 Users
   

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP ... [More] PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]
Created over 3 years ago.

295 Users
   

Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Sponsored by Novell (http://www.novell.com), the Mono open ... [More] source project has an active and enthusiastic contributing community and is positioned to become the leading choice for development of Linux applications. [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.

76 Users
   

Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand or permanent dynamic-address TCP/IP links (such as SLIP or PPP ... [More] connections). It supports every remote-mail protocol now in use on the Internet: POP3, IMAP4r1, ETRN, and ODMR, all with various authentication variants, and TLS/SSL security with certificate verification. Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, LMTP, or to a local delivery agent. Mail can then be read by normal mail software such as mutt or alpine. This setup allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail. [Less]
Created over 2 years ago.

75 Users
   

iTerm is a terminal emulation program written using Cocoa. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support. It provides ... [More] multiple tabs within one window, support for Applescript, transparent windows and custom background pictures, Rendezvous support, and support for all language encodings that are available with OS X. [Less]
Created over 3 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.