mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-10 01:58:22 +00:00
1.2 KiB
1.2 KiB
+++ title = "Modernize your linux workflow with Rust" description = "Various tools and software that will modernize your workflow" date = 2020-11-06 [taxonomies] categories = ["rust", "tools"] +++
exa, a replacement for 'ls'
A replacement for ls which features better defaults and more features.
bat, a cat(1) clone with wings.
Bat supports syntax highlighting, git integration, paging and more.
If you use (neo)vim with fzf.vim and have ripgrep and bat installed your search will have a preview window with highlighted code:
fd, a simple, fast and user-friendly alternative to find
It's faster, more convenient, ignores hidden files and gitignore files by default and more.