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