Skip to content

Commit

Permalink
Install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefuertes committed Nov 2, 2024
1 parent 6dd1e90 commit 391e41d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ release
*.mov
*.webm
palette.png
.trunk
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Run commands in a fancy way.

This is a small program just made to run any shell commands with visual feedback, timing and some other features, giving it a better and professional look.

This is not intended to be an alternative to `make` or `task`, is just a complement. When your `make` output is too much to understand something, `executor` helps you to see, in a single look, if everithing goes ok.
This is not intended to be an alternative to `make` or `task`, this is just a complement. When your `make` output is too much to understand, `executor` helps you to see, in a single look, if everything goes ok.

### Output shading

Executor hides the standard and error output, showing it on error or as instructed via command line flags.
Executor hides the standard and error output, displaying it only on error or as instructed via command line flags.

### Not interactive mode

Expand All @@ -20,6 +20,12 @@ Automatic detection of terminal type, acts as a simple log without colors or spi

![Demo](./assets/demo.gif)

## Installation

~~~bash
curl -Lo - https://raw.githubusercontent.com/jorgefuertes/executor/refs/heads/main/scripts/install.sh | sh
~~~

## Quick usage

### Getting help
Expand Down

0 comments on commit 391e41d

Please sign in to comment.