bat-extras
sd
bat-extras | sd | |
---|---|---|
5 | 34 | |
1,259 | 6,033 | |
1.8% | 2.0% | |
7.1 | 7.5 | |
5 months ago | about 2 months ago | |
Shell | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bat-extras
-
How are threads created in Linux x86_64
So it seems that clone3 is the syscall that creates new threads. Let's use man (better if you use batman) to find about it.
-
What modern utilities should be a standard part of a modern unixy distro?
If you like bat, you may find these useful: https://github.com/eth-p/bat-extras#batman
-
Using vim as manpager, why isn't it working correctly? Using fish btw (plz don't roast me)
for man pager I found and absolutely love batman (from the amazing bat extras by eth-p
-
man.archlinux.org now live
Idea: Look into adding color to it. After discovering batman I've become used to syntax highlighted man pages.
-
Top CLI Programs Which Finally Solved My Fear Of The Terminal ⌨️
Next, there is bat and one of its add-ons: batman which provides git diff support, syntax highlighting and vim-style navigation on top of the base command of cat and man.
sd
- SD: Intuitive find and replace CLI (sed alternative)
-
Desed: Demystify and debug your sed scripts
Related, `sd` is a great utility worth the install which makes simple sed-type operations more obvious / easier (for some value of easy).
https://github.com/chmln/sd
-
amber, a code search & replace tool
Feels similar to `sd` (https://github.com/chmln/sd)
which in my mind was the first “replace” version of ripgrep
grep -> ripgrep
-
Essential Command Line Tools for Developers
View on GitHub
-
Ripgrep 14 Released
I wanted to like sd but it doesn't support my main use case of recursive search/replace. Imagine every time you wanted to grep some files you had to build a find+xargs+rg pipeline... it just takes me out of the flow too much. I'm glad people are posting other options here, I'm looking forward to trying them.
https://github.com/chmln/sd/issues/62
-
🐚🦀Comandos shell reescritos em Rust
sd
-
sed cheatsheet
https://github.com/chmln/sd ftw (sed rebuilt in rust, much easier imho) ;-)
-
What modern utilities should be a standard part of a modern unixy distro?
sd is a more intuitive alternative to sed, focussing on making find and replace easier - which is all I ever used sed for.
https://github.com/chmln/sd
-
Delete all occurrences of a string
If it's in multiple files? To be honest, I'd just use a terminal and sed (or sd if you want something with a more friendly interface).
- Neovim locks up on big files while doing a replacement
What are some alternatives?
forgit - :zzz: A utility tool powered by fzf for using git interactively.
pomsky - A new, portable, regular expression language
mt_asm - Multithreading on GNU/Linux x86_64 from scratch.
neomutt - ✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
vim-superman - Read Unix man pages faster than a speeding bullet!
useful-sed - Useful sed scripts & patterns.
zsh-autosuggestions - Fish-like autosuggestions for zsh
pistol - General purpose file previewer designed for Ranger, Lf to make scope.sh redundant
tmux-resurrect - Persists tmux environment across system restarts.
nlpo3 - Thai natural language processing library in Rust, with Python and Node bindings.
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
joshuto - ranger-like terminal file manager written in Rust