diff --git a/README.md b/README.md index 11d843c..9946f49 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # Newton -# Additional Tools +### Images +![1 Newton default view.](images/pic1.png) +![2 Newton split pane view.](images/pic2.png) +![3 Newton search and replace shown.](images/pic3.png) +![4 Newton as transparent with youtube playing below it.](images/pic4.png) + + +### Additional Tools * [Fzf](https://github.com/junegunn/fzf) * [bat (cat but has highlighting)](https://github.com/sharkdp/bat) * [ripgrep (very fast grep alternative)](https://github.com/BurntSushi/ripgrep/tree/master) ` sudo pacman -Sy bat ripgrep fzf -` \ No newline at end of file +` diff --git a/images/pic1.png b/images/pic1.png new file mode 100644 index 0000000..d024932 Binary files /dev/null and b/images/pic1.png differ diff --git a/images/pic2.png b/images/pic2.png new file mode 100644 index 0000000..dcff7d1 Binary files /dev/null and b/images/pic2.png differ diff --git a/images/pic3.png b/images/pic3.png new file mode 100644 index 0000000..c13a60f Binary files /dev/null and b/images/pic3.png differ diff --git a/images/pic4.png b/images/pic4.png new file mode 100644 index 0000000..6ef897e Binary files /dev/null and b/images/pic4.png differ