Files
Newton-Editor/README.md

18 lines
500 B
Markdown
Raw Normal View History

2025-05-27 21:10:45 -05:00
# Newton
2025-09-04 00:26:22 -05:00
2026-03-21 15:41:33 -05:00
### 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
2025-09-04 00:26:22 -05:00
* [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
2026-03-21 15:41:33 -05:00
`