Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Lai <[email protected]>
  • Loading branch information
soraxas committed Jul 1, 2020
1 parent a7eaae5 commit b37e41c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# shsh
# Shsh [![Releases](https://img.shields.io/github/release/soraxas/shsh.svg?label=&color=0366d6)](https://github.com/soraxas/shsh/releases/latest)

A **sh**ell **s**cript **h**andler (**shsh**) for handling and managing shell scripts, functions, standalone binaries, and more.
<img src="docs/images/shsh-logo.png" title="" alt="" data-align="center">

A **sh**ell **s**cripts **h**andler (**shsh**) for managing shell scripts, functions, standalone binaries, and more.

Shsh allows you to quickly install shell packages directly from github or
other sites. Instead of looking for specific install instructions for each
package and messing with your path, shsh will create a central location for
all packages and manage their binaries for you.
all packages and manage their executable, completions files, and man files for you.

Shsh is a POSIX-compatible script handler, as a former fork of [basher](https://github.com/basherpm/basher) but was made to works with even the most strict POSIX compliance shell like [Dash](https://wiki.archlinux.org/index.php/Dash).

Expand Down Expand Up @@ -138,8 +140,10 @@ ZSH_COMPLETIONS=completions/_package
BINS specified in this fashion have higher precedence then the inference rules
above.
## Credits
- [basher](https://github.com/basherpm/basher) for the wonderful framework
## Credits
- [fisher](https://github.com/jorgebucaran/fisher) for the idea of multi-threaded approach
The wonderful [Basher](https://github.com/basherpm/basher).
- [vim-plug](https://github.com/junegunn/vim-plug) for the inspiration of hooks
Binary file added docs/images/shsh-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b37e41c

Please sign in to comment.