Table of Contents - rexe-1.5.1 Documentation
Pages
- CHANGELOG
- Gemfile
- LICENSE
-
README
- Rexe
- Using the Ruby Interpreter on the Command Line
- Rexe
- Simplifying the Rexe Invocation
- The REXE_OPTIONS Environment Variable
- Loading Files
- Logging
- Input Modes
- -ml “Line” Filter Mode
- -me “Enumerator” Filter Mode
- -mb “Big String” Filter Mode
- -mn “No Input” Executor Mode – The Default
- Filter Input Mode Memory Considerations
- Input Formats
- Output Formats
- Reading Input from a File
- 'self' as Default Source Code
- The $RC Global OpenStruct
- Implementing Domain Specific Languages (DSL's)
- Quotation Marks and Quoting Strings in Your Ruby Code
- No Op Mode
- Mimicking Method Arguments
- Using the Clipboard for Text Processing
- Multiline Ruby Commands
- Clearing the Require and Load Lists
- Clearing All Options
- Comma Separated Requires and Loads
- Beware of Configured Requires
- Operating System Support
- More Examples
- Using Rexe as a Simple Calculator
- Outputting ENV
- Reformatting a Command's Output
- Formatting for Numeric Sort
- Print yellow (trust me!):
- More YouTube: Differentiating Success and Failure
- Reformatting Source Code for Help Text
- Currency Conversion
- Reformatting Grep Output
- Conclusion
- Footnotes
- Rakefile
- setup
- copy-help-text
- eur_rates.json
Classes and Modules
Methods
- ::new — Rexe::Options
- ::new — Rexe::CommandLineParser
- ::new — Rexe::Main
- #add_format_requires_to_requires_list — Rexe::CommandLineParser
- #autodetect_file_format — Rexe::CommandLineParser
- #bundler_run — Object
- #call — Rexe::Main
- #clear — Rexe::Options
- #create_callable — Rexe::Main
- #execute — Rexe::Main
- #format_requires — Rexe::Lookups
- #formatters — Rexe::Lookups
- #help_text — Rexe::CommandLineParser
- #init_parser_and_formatters — Rexe::Main
- #init_rexe_context — Rexe::Main
- #input_formats — Rexe::Lookups
- #input_modes — Rexe::Lookups
- #input_parsers — Rexe::Lookups
- #load_global_config_if_exists — Rexe::Main
- #lookup_action — Rexe::Main
- #open_resource — Rexe::CommandLineParser
- #output_formats — Rexe::Lookups
- #output_log_entry — Rexe::Main
- #parse — Rexe::CommandLineParser
- #prepend_environment_options — Rexe::CommandLineParser
- #require! — Rexe::Main
- #try — Rexe::Helpers