Skip to content

Commit

Permalink
Publish v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Jul 21, 2019
1 parent 4e7445d commit 0570633
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog


## [0.3.1] - 2019-07-21

### Added

* Allow specifying an external maskfile.md to use [#15](https://github.com/jakedeichert/mask/pull/19) ([@felipesere](https://github.com/felipesere))





## [0.3.0] - 2019-07-19

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mask"
version = "0.3.0"
version = "0.3.1"
description = "A CLI task runner defined by a simple markdown file"
authors = ["Jake Deichert <[email protected]>"]
repository = "https://github.com/jakedeichert/mask"
Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,28 @@ mask start



## Use cases

Here's some example scenarios where `mask` might be handy.

### Project specific tasks

You have a project with a bunch of random build and development scripts or an unwieldy `Makefile`. You want to simplify by having a single, readable file for your team members to add and modify existing tasks.


### Global system utility

You want a global utility CLI for a variety of system tasks such as backing up directories or renaming a bunch of files. This is easily possible by making a bash alias for `mask --maskfile ~/my-global-maskfile.md $1`.





## FAQ

### Windows support?

Currently, this is [unknown][windows_issue]. I'm pretty sure the executor logic will need to be adjusted for Windows.
Currently, this is [unknown][windows_issue]. I'm pretty sure the executor logic will need to be adjusted for Windows. Git Bash and Ubuntu on Windows have been reported to work but they are not actively being tested.

### Is `mask` available as a lib?

Expand All @@ -321,13 +338,15 @@ I also need to mention [clap][clap] and [pulldown-cmark][cmark] which are really

Please file an [issue][new_issue] for discussion of features or bugs, and we'll go from there :)

If you'd like to tackle one of the issues after a decision has been made, please leave a comment.





## Author

Jake Deichert
Jake Deichert with the help of contributors.

[@jakedeichert][twitter] on Twitter · [Website][website]

Expand Down

0 comments on commit 0570633

Please sign in to comment.