This utility is used to extract URL from text files, especially from
mail messages in order to launch some browser to view them.
This used to be a part of mutt but has now become an independent tool.
Dynamic window manager for X.
It manages windows in tiled, monocle and floating layouts. Either
layout can be applied dynamically, optimising the environment for the
application in use and the task performed.
In tiled layout windows are managed in a master and stacking area. The
master area contains the window which currently needs most attention,
whereas the stacking area contains all other windows. In monocle layout
all windows are maximised to the screen size. In floating layout
windows can be resized and moved freely. Dialog windows are always
managed floating, regardless of the layout applied.
Windows are grouped by tags. Each window can be tagged with one or
multiple tags. Selecting certain tags displays all windows with these
tags.
Each screen contains a small status bar which displays all available
tags, the layout, the number of visible windows, the title of the
focused window, and the text read from the root window name property,
if the screen is focused. A floating window is indicated with an empty
square and a maximised floating window is indicated with a filled
square before the windows title. The selected tags are indicated with a
different color. The tags of the focused window are indicated with a
filled square in the top left corner. The tags which are applied to one
or more windows are indicated with an empty square in the top left
corner.
Dwm draws a small border around windows to indicate the focus state.
Dynamic menu is a generic menu for X, originally designed for dwm. It
manages huge amounts (up to 10,000 and more) of user defined menu items
efficiently.
Simple generic tabbed fronted to xembed aware applications, originally
designed for surf but also usable with many other application, i.e.
uzbl, urxvt and xterm
A curses front-end for Remind, a powerful calendar and alarm
application.
The display features a scrollable time table suitable for
visualizing your schedule at a glance.
Wyrd integrates with an external editor of your choice to make editing
of reminder files more efficient, and provides hotkeys to quickly access
the most common Remind options.
Other features include:
- extensive configurability
- Mutt-like interface design
- minimal resource requirements
A sophisticated calendar and alarm program.
It includes the following features:
- A sophisticated scripting language and intelligent handling
of exceptions and holidays.
- Plain-text, PostScript and HTML output.
- Timed reminders and pop-up alarms.
- A friendly graphical front-end for people who don't want to
learn the scripting language.
- Facilities for both the Gregorian and Hebrew calendars.
- Support for 12 different languages.
Diction and style are two old standard Unix commands.
Diction identifies wordy and commonly misused phrases. Style analyses
surface characteristics of a document, including sentence length and
other readability measures.
These programs cannot help you structure a document well, but they can
help to avoid poor wording and compare the readability (not the
understandability!) of your documents with others.
Both commands support English and German documents.
A utility to choose profiles with the Mutt email client.
It is useful at least in the following cases:
- You have so many profiles that it is hard to find convenient key
mappings to load them
- You have so many profiles that is is hard to remember how many of them
you actually have or what are they for?
- If you prefer choosing profiles interactively rather than using
keyboard shortcuts.
A TCL/TK-based GUI for the Spin model checker.
Manually installing xspin on Mac OS X requires edits to the script, as detailed
at http://spinroot.com/spin/Man/README.html. The included DATA patch automates
this.
(My thanks go to adamv, who pointed out how to simplify this formula.)
A verification tool for models of concurrent systems.
Manually installing spin on Mac OS X is somewhat cumbersome and requires edits
to the makefile, as as detailed at http://spinroot.com/spin/Man/README.html.
The included DATA patch automates this.
(My thanks to adamv, who pointed out how to simplify this formula greatly.)
Signed-off-by: Max Howell <max@methylblue.com>
Added an alias. Cleaned it up a bit.
Also removed the chmod 0777, '..' line as it made no sense and had no comment to justify it. Always comment weird stuff!
If you install Homebrew somewhere that isn't /usr/local couchdb doesn't find its deps, so patch that.
See? Install to /usr/local!
FixesHomebrew/homebrew#180. ClosesHomebrew/homebrew#493.
The system-provided Perl adds various -arch flags which are incompatible with
some flags that homebrew sets in CFLAGS. Patch the configure file to remove
the -arch flags for the Perl module compilation.
FixesHomebrew/homebrew#367