Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- Sonar - Write Clean Python Code. Always.
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
-
Find a replacement for Control-R (history search). mcfly or fzf will help immensely.
-
This is a webpage I refer people often to: https://missing.csail.mit.edu/
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
Find a replacement for Control-R (history search). mcfly or fzf will help immensely.
-
also, write a lot of bash scripts. the Google Style Guide and shellcheck should help you learn good practice and why things are done in a certain way.
-
Fig for autocomplete. https://fig.io/
-
-
TheFuck is great for those commands where you can't necessarily remember what you need. If you type a command wrong (such as git push when you aren't tracking a remote branch), you can just type fuck and you can cycle through a number of commands you might have wanted, based on your last command.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Fish Shell integrates the history search functionality of ctrl-R as just the default up-arrow behavior.
-
Consider using Rust CLI tools. Some were already mentioned, but here's a list I googled https://github.com/matu3ba/awesome-cli-rust
-
xxh
🚀 Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.
Oh but you can! https://github.com/xxh/xxh
-
git-aware-prompt
Display current Git branch name in your terminal prompt when in a Git working directory.
Also, if you use git and you've ever seen/miss git bash, this ends up showing your branch in the prompt and other useful things, I ended up setting it up both on my remote boxes and in wsl and in Mac https://github.com/jimeh/git-aware-prompt