Main > Free Download Search >

Free command line email software for linux

command line email

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5976
C++ Command Line Library 0.3

C++ Command Line Library 0.3


C++ Command Line Library provides a framework for handling command line options and arguments. more>>
C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line.
It was developed and tested using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.x
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
<<less
Download (0.83MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1084 downloads
jnget 0.2.2

jnget 0.2.2


jnget is a command-line tool for retrieving binaries from Usenet. more>>
jnget is a command-line tool for retrieving binaries from Usenet.

jnget project allows multi-thread downloading and partial or full header updating and caching.

<<less
Download (MB)
Added: 2007-02-20 License: The Apache License 2.0 Price:
978 downloads
xconfig 2.1.0

xconfig 2.1.0


xconfig is a tool to configure XF86Config and xorg.conf from the command line. more>>
xconfig projetc is a software to configure XF86Config and xorg.conf from the command line.

xconfig is licensed under GPLv2.

<<less
Download (0.035MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1218 downloads
Ink 0.4.1

Ink 0.4.1


Ink is a command line tool which displays the ink level of your printer. more>>
Ink is a command line tool which displays the ink level of your printer. Ink project makes use of libinklevel.

<<less
Download (0.008MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
Jendela 0.5

Jendela 0.5


Jendela is a command line tool for controlling windows. more>>
Jendela is a command line tool for controlling windows. Windows can be maximized, minimized, shaded, etc.

Jendelas main goal is to extend the tools capabilities beyond what Metacity offers.

<<less
Download (0.081MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
flactagger 3.0.0

flactagger 3.0.0


flactagger is a simple command line tool to tag FLAC files. more>>
flactagger is a simple command line tool to tag FLAC files. flactagger is a tagger, not a tag editor/viewer.

flactagger is free software licenced under the GNU GPL.

<<less
Download (0.020MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
845 downloads
EB::Shell::DeLuxe 1.01.02

EB::Shell::DeLuxe 1.01.02


EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters. more>>
EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters.

SYNOPSIS

package My::Shell;

use base qw(EB::Shell::DeLuxe);

sub do_greeting {
return "Hello!"
}

EB::Shell::DeLuxe is a base class designed for building command line programs. It inherits from EB::Shell::Base.

Features

EB::Shell::DeLuxe extends EB::Shell::Base with the following features:

Reading commands from files

This implements batch processing in the style of "sh < commands.sh".

All commands are read from the standard input, and processing terminates after the last command has been read.

Commands read this way can be backslash-continued.

Single command execution

This implements command execution in the style of "sh -c command".

One single command is executed.

<<less
Download (0.30MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
Command line Calculator 1.01

Command line Calculator 1.01


Command Line calculator CLC is the calculator that can calculate direct at the linux console. more>>
Command Line calculator "CLC" is the calculator that can calculate direct at the Linux console.

Extract the CLCC file to /usr/bin you might need to login as root or equvalent account, to be able to access it whenever you need it.

Then just write CLCC 67+89 and the answer will be presented to you directly.

CLCC calculates from left to right with no exceptions. CLC also have some extra parameters that is sent to CLC using backslash parameters.

CLCC r2 10/3 this will round the result to 2 decimals you can use 1 to 9 if you want to round the sum of.

the r parameter can also be combined with the other parameters but it must be added first like this

CLCC r3c 10/3 - to get 10 diveded with 3 rounded down to 3 decimals.

CLCC is tested with Ubuntu 6.10 and Puppy OS 2.13 but should work with any Linux version in console mode.

The program is developed using Hotbasic for Linux and is Freeware, hope you find it useful, send and email if you have any questions.

Hotbasic is a basic language that compiles into assembler direct, no interpeter that slows down the code, just pure assembler.

So if you want assembler in Linux but doesnt want to code in nasm, HotBasic is the compiler for you.
<<less
Download (0.006MB)
Added: 2007-02-16 License: Freeware Price:
985 downloads
Command Line WRAPper 0.3.0

Command Line WRAPper 0.3.0


Command Line WRAPper is a tool to build and run commands from input lines. more>>
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs.

clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.

But you can do much more, in fact, its up to you to find how to use it ;).

examples:

- copying several files into one specific directory:

locate myfiles | clwrap -e cp {} mydir/

- renaming several files:

ls -1 ultra*
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed s/ultra/ /"
| clwrap -e {}

- running a specific line in the shell history:

history | grep "482" | head -n 1 | sed s/ *[0-9]* *// | clwrap -v -e {}


- try all tv norms and frequency tables possible combinations with scantv:

cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1

- reformat source code, after a backup of course:

ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed s/^[ t]*$//;/^$/d
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
<<less
Download (0.042MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
The C++ Cmdline Library 0.3

The C++ Cmdline Library 0.3


The C++ Cmdline Library provides a framework for handling command line options and arguments. more>>
The C++ Cmdline Library provides a framework for handling command line options and arguments.
Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line.
It was developed and tested using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
<<less
Download (0.83MB)
Added: 2006-12-14 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
Information Currency Subversion Client 0.0.5

Information Currency Subversion Client 0.0.5


Information Currency Subversion is a command-line client for Subversion repositories. more>>
Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of information currency from committed source code.

<<less
Download (0.13MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
m3u123 0.6

m3u123 0.6


m3u123 is a very simple command line music player that uses XMMS I/O plugins to play music, independently of XMMS. more>>
m3u123 is a very simple command line music player that uses XMMS I/O plugins to play music, independently of XMMS. m3u123 project does not require an X server.

<<less
Download (0.015MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1261 downloads
QueryXMMS 1.06

QueryXMMS 1.06


QueryXMMS (qxmms) is a small command line application that queries XMMS about what it is currently doing. more>>
QueryXMMS (qxmms) is a small command line application that queries XMMS about what it is currently doing. QueryXMMS is useful for writing scripts that react to the status of XMMS.

<<less
Download (0.012MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1103 downloads
metacafe-dl 2007.03.27

metacafe-dl 2007.03.27


metacafe-dl project is a small command line program for downloading videos from metacafe.com. more>>
metacafe-dl project is a small command line program for downloading videos from metacafe.com. Hence, it has the same requirements and features, and its syntax is very similar.

<<less
Download (0.008MB)
Added: 2007-03-28 License: MIT/X Consortium License Price:
952 downloads
Digital Camera Protocol 0.0

Digital Camera Protocol 0.0


Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like ftp command. more>>
Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like "ftp" command. Not written by me, but uses some of my low-level Kodak code from digicam.
<<less
Download (0.015MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5