Files
Newton-Editor/README.md

10 lines
265 B
Markdown
Raw Normal View History

2025-05-27 21:10:45 -05:00
# Newton
2025-09-04 00:26:22 -05:00
# 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
`