Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed May 31, 2020
1 parent 15e896b commit 10157e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2020-05-31

### Added
- sign jar file with GPG when deploy on github

### Changed
- introducing Java modules
- `walk`: 'fail fast' error handling
- removing automatic semicolon insertion

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

## Main features

Hosh is an experimental shell written in Java, featuring:
Hosh is an experimental shell written in Java, featuring:

- **portability**¹
- works out-of-the-box in Windows, MacOS, Linux
- works out-of-the-box in Windows, MacOS, Linux
- written in Java 11, distributed as [Uber-JAR](https://imagej.net/Uber-JAR)
- **usability as first class citizen** (much more design and work is needed in this area)
- sorting with [alphanum](http://davekoelle.com/alphanum.html)
Expand All @@ -25,7 +25,7 @@ Hosh is an experimental shell written in Java, featuring:
- built-in commands produce records with well defined keys
- interoperability with external commands is achieved by using single-key records
- `lines pom.xml | enumerate | take 10`
- **grouping commands**, with before/after behavior
- **grouping commands**, with before/after behavior
- `withTime { lines pom.xml | sink }`
- `withLock file.lock { ... }`
- **robust scripts by default**
Expand All @@ -40,7 +40,7 @@ Hosh is an experimental shell written in Java, featuring:

### Sorting

Sorting is always performed using a well defined key:
Sorting is always performed using a well-defined key:
```
hosh> ls
# unsorted, following local filesystem order
Expand Down

0 comments on commit 10157e6

Please sign in to comment.