Simple Project List 軟體列表

System Shells
609 projects in result set
最後更新: 2004-11-03 16:44

CeeSpot

Ceespot lets you write C programs that appear to be directly executed scripts. It's good for test programs, infrequently executed commands, and things you don't want to bother making binary executables for.

最後更新: 2007-04-15 19:58

dpkg-du

dpkg-du is a script to produce a dump of the installed size of Debian packages in du format. This is to enable ease of reuse with pre-existing scripts administrators may have to deal with 'du' format lists. For example, dpkg-du|sort -n|tail -10 will show the 10 biggest packages on your system.

最後更新: 2008-08-15 20:42

process-getopt

process-getopt is a wrapper around getopt(1) for
bash that allows a developer to define command
line options with their descriptions through a
single function call. These definitions are then
used in runtime processing of command line options
as well as in generating help and man pages. This
results in more internal consistency in bash
scripts, particularly when they are maintained and
changed later. It also saves a little time in
coding and producing nicely formatted
documentation. It is quite similar to GNU's argp
in glibc for compiled languages. Samples and a
manual are included.

(Machine Translation)
最後更新: 2007-03-11 07:17

KDE DVDAuthor Wizard

KDE DVDAuthor Wizard will assist you while
creating a DVD from one or more DVD-compatible
MPEG-2 files. It is designed to be very easy to
use. All you need to do is add one or more files
to the playlist and answer the questions that
follow. You can add a menu that will contain
animated thumbnails of the files in the playlist.
PAL and NTSC menus are supported, both in
widescreen 16:9 and standard 4:3 format.

(Machine Translation)
最後更新: 2009-06-24 01:29

lib_MTA

lib_MTA is a BASH function library for dealing with email. It provides
support for unencrypted and TLS-encrypted relaying of email with
attachments, special mailing list filtering, and From address spoofing.
The installation automatically sets up a mailing list filtering
infrastructure that can be enabled with a few simple steps. Example
scripts for relaying email and filtering mailing lists are included in
the package with the library. Desktop users can employee a simple script
to send email to remote addresses without the need for a local MTA,
provided they have relay access via Gmail or their ISP.

(Machine Translation)
最後更新: 2013-09-17 08:41

ShellCheck

ShellCheck is a static analysis tool for shell scripts.
Its goals are to point out and clarify typical beginner's syntax issues that causes a shell to give cryptic error messages, to point out and clarify typical intermediate level semantic problems that causes a shell to behave strangely and counter-intuitively, and to point out subtle caveats, corner cases, and pitfalls that may cause an advanced user's otherwise working script to fail under future circumstances.

(Machine Translation)
最後更新: 2004-08-19 05:55

Quasi

Quasi is a Python shell which supports pluggable "contexts"
for non-Python commands, such as OS commands, MySQLdb
queries and external programs.

(Machine Translation)
最後更新: 2004-06-07 11:16

arm0nia

arm0nia (harmony) is a group of projects that intend to create software for making Unix and Unix-like operating systems more powerful and friendly. Its first goal is to create a dynamic modular desktop environment.

(Machine Translation)
最後更新: 2008-07-18 20:44

chooser

chooser is a script for wireless networking that
will give you a nice list of access points in
range. It is currently for Linux, but it started
in 2001 under NetBSD and has an active user base
and gets constant updates for new distribution
oddities.

(Machine Translation)
最後更新: 2005-05-26 09:16

ClamUPG

ClamUPG is a shell script to automatically upgrade an installed ClamAV version. It helps you to download, decompress, configure, make, and install a new ClamAV version.

最後更新: 2014-05-12 11:13

Fishkin’s Desktop Environment Replacer

Fishkin’s Desktop Environment Replacer is a script that makes it easy for Ubuntu users to install the MATE desktop environment, and if desired, to remove Unity.

(Machine Translation)
最後更新: 2011-09-24 16:11

rerun

Rerun is a lightweight tool-building framework useful to those implementing management procedure with shell scripts. It will help you organize your implementation into well-defined modular interfaces. Collections of management modules can be archived and delivered as a single executable to facilitate team handoffs. Using the "stubbs" module, rerun will even facilitate unit tests. When users execute rerun module commands, rerun can record execution data into log files which can later be replayed.

(Machine Translation)
最後更新: 2005-02-04 09:40

NailGun

NailGun is a client, protocol, and server for
running Java programs from the command line
without incurring the JVM startup overhead.
Programs run in the server (which is implemented
in Java), and are triggered by the client (written
in C), which handles all I/O.

(Machine Translation)
最後更新: 2012-05-08 08:46

ConsoleTube

ConsoleTube is a YouTube client for console lovers/flash haters. It takes a search term and uses lynx, sed, and grep hackery to automatically play the search results through VLC. Custom playlists are supported.

(Machine Translation)
最後更新: 2008-06-18 07:11

wshare

wshare is a simple solution to share an existing
network connection from the commandline. There are
two modes, master and client. The master shares an
existing network connection (probably to the
Internet) via an unused wireless device. The
client can connect either through the operating
system provided facilities or with this script in
client mode.

(Machine Translation)