Skip to content

Commit

Permalink
Updated README and Images
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyler Halama committed Oct 19, 2021
1 parent 271f1d9 commit 53f99d8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 50 deletions.
62 changes: 12 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,76 +7,38 @@
## Installation

Please refer to [INSTALL.MD](https://github.com/Teyler7/zurg-cli/blob/main/INSTALL.md).
## Main Features
## Some Features

#### Auto Completion
### Auto Completion

![](/images/auto-complete.gif)

#### syntax-highlighting

![](/images/syntax-highlighting.gif)

### Third Party Integrated Tools

#### Fuzzy Finder (fzf)

##### - Fuzzy Find Directory

`fdr`

![](/images/fuzzy-find.gif)

##### - Fuzzy Switch Branch

`fbr`

![](/images/fuzzy-branch.gif)

#### - Fuzzy History

- History CTRL+R

![](/images/fuzzy-history.gif)
### syntax-highlighting

### CLI Tool Details
##### ZSH

ZSH is an extended version of the Bourne Shell with plenty of new features and support for plugins and themes. Since it’s based on the same shell as Bash, ZSH has many of the same features, and switching over is a very simple and straight forward.

##### Oh My ZSH

https://ohmyz.sh/

Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, and themes.
![](/images/syntax-highlighting.gif)

##### FZF (Fuzzy Finder)
## Third Party Integrated Tools

https://github.com/junegunn/fzf#key-bindings-for-command-line
### FZF

fzf is a general-purpose command-line fuzzy finder.

##### Micro
- https://github.com/junegunn/fzf#key-bindings-for-command-line
- https://github.com/junegunn/fzf

![](/images/fuzzy.gif)
#### Micro

https://github.com/zyedidia/micro

The best terminal editor open source can buy.

`micro`

![](/images/micro.gif)

##### HTOP
#### HTOP

https://hisham.hm/htop/

This is htop, an interactive process viewer for Unix systems.

`htop`

![](/images/htop.gif)


## Extending Zurg

If you want to add any additional things to the terminal, the best place to do that is the `custom.sh` file. The contents will be gitignored and they are appended to Zurg last.
Binary file modified images/auto-complete.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/fuzzy-branch.gif
Binary file not shown.
Binary file removed images/fuzzy-find.gif
Binary file not shown.
Binary file removed images/fuzzy-history.gif
Binary file not shown.
Binary file added images/fuzzy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/syntax-highlighting.gif
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 53f99d8

Please sign in to comment.