Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfish/ui-command
A Haskell framework for friendly commandline programs
https://github.com/kfish/ui-command
Last synced: 2 months ago
JSON representation
A Haskell framework for friendly commandline programs
- Host: GitHub
- URL: https://github.com/kfish/ui-command
- Owner: kfish
- License: other
- Created: 2009-08-03T08:57:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T00:35:19.000Z (over 7 years ago)
- Last Synced: 2023-04-12T18:20:42.496Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 38.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
UI.Command is a Haskell library for building commandline programs which have subcommands.
This is common with revision control systems (cvs, svn, darcs, git etc.)
UI.Command includes the following features:
Automatic generation of help text
Generation of manual pages
Examples
Checking of example syntaxWhen you use a GUI program, you expect consistent behaviour:
* Title
* Menus listing available options
* HelpMany GUI toolkits exist to make this task easier.
UI.Command is a toolkit for developing commandline programs with consistent behaviour.
It is useful for modern commandline programs to have consistent behavior:
* Print their name and usage information
* Explain options
* Provide clear, consistent documentation in various formats
* Provide contact details for submitting bug reports and feature requestsThere are many good reasons for developing a commandline version of your program:
* Accessibility: Many blind users prefer to use a commandline version of software if available
* Automation: Commandline tools can be easily used in scripts. You may not think it is useful
to automate your software, but your power users might!If you have developed a library, UI.Command provides a useful framework for demonstrating the
library features.Developers
----------ui-command is maintained in git at http://github.com/kfish/ui-command.git
A list of outstanding tasks is maintained in the TODO file of this source
distribution. When implementing anything listed in this file, please update
it by deleting that entry, and include that as part of the patch or commit
that implements the fix.Contact
-------For technical and other queries, please contact the author:
Conrad Parker
(kfish on #haskell on Freenode).