-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html.haml
65 lines (62 loc) · 1.77 KB
/
index.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: project
title: Æsh Homepage
---
/ Main hero unit for a primary marketing message or call to action
.row-fluid
.hero-unit
%h1 Æsh
%p If you want to write command-based java programs!
/ section containing blog posts
.row-fluid
= partial( 'latest-news.html.haml', {"real_page" => page} )
.span5
%h2 Æsh, Another Extendable SHell
%p
Æsh is a Java API that provides functionality to write command-based programs in a terminal-independent manner.
%h2 Features
.well
%div
%ul.icons-ul
%li
%i.icon-li.icon-chevron-sign-right>
Line editing
%li
%i.icon-li.icon-chevron-sign-right>
History (search, persistence)
%li
%i.icon-li.icon-chevron-sign-right>
Completion
%li
%i.icon-li.icon-chevron-sign-right>
Masking
%li
%i.icon-li.icon-chevron-sign-right>
Paste buffer
%li
%i.icon-li.icon-chevron-sign-right>
Emacs and Vi editing mode
%li
%i.icon-li.icon-chevron-sign-right>
Support all POSIX OS and Windows
%li
%i.icon-li.icon-chevron-sign-right>
Support out and error streams
%li
%i.icon-li.icon-chevron-sign-right>
Command line parser
%li
%i.icon-li.icon-chevron-sign-right>
Aliases
%li
%i.icon-li.icon-chevron-sign-right>
Undo and Redo
%li
%i.icon-li.icon-chevron-sign-right>
Pipeline
%li
%i.icon-li.icon-chevron-sign-right>
Redirect
%li
%i.icon-li.icon-chevron-sign-right>
++