Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoet/computering
:musical_keyboard: :dash: Pretends you can type really fast
https://github.com/phoet/computering
dsl presentations ruby typing
Last synced: 10 days ago
JSON representation
:musical_keyboard: :dash: Pretends you can type really fast
- Host: GitHub
- URL: https://github.com/phoet/computering
- Owner: phoet
- Created: 2013-07-09T21:06:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T15:14:06.000Z (about 5 years ago)
- Last Synced: 2024-10-13T13:36:19.669Z (25 days ago)
- Topics: dsl, presentations, ruby, typing
- Language: Ruby
- Homepage: http://nofail.de/2013/07/computering-a-different-presentation-style/
- Size: 313 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computering
![Computering](http://gifsb.in/excited/dinosaur-hands.gif)
# Usage
[![Gem Version](https://badge.fury.io/rb/computering.svg)](http://badge.fury.io/rb/computering)
Installing the gem:
```
gem install computering
```create a presentation file
```
echo "
headline 'computering'
paragraph 'is super easy'
command 'echo to use'
link 'see yourself', 'https://github.com/phoet/computering#usage'
" > preso.rb
```and run it with the `computering` command:
```
computering preso.rb
```# DSL
Please have a look at the dsl.rb file and the examples folder for how to use the DSL.
Supported commands are:
* headline (underlined text output)
* paragraph (simple text output)
* link (opens a page via `open`)
* command (runs a shell command and captures the output)
* code (syntaxhighlights ruby code)
* spec (runs inline minitest-spec)# TODO
* syntax-check
* dry-mode
* config speed# License
"THE (extended) BEER-WARE LICENSE" (Revision 42.0815): [phoet](mailto:[email protected]) contributed to this project.
As long as you retain this notice you can do whatever you want with this stuff.
If we meet some day, and you think this stuff is worth it, you can buy me some beers in return.