Files
Newton-Editor/README.md
2025-09-04 00:26:22 -05:00

10 lines
265 B
Markdown

# Newton
# 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
`