Touch up posts to add some consistency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-25 14:58:37 +05:30
parent 159c40dbc3
commit b377cc1159
2 changed files with 8 additions and 2 deletions

View File

@ -8,9 +8,11 @@ tags = ["fd", "cli-tools", "tools-of-the-trade"]
title = "Tools of the trade: fd"
+++
Continuing [this series](/categories/tools-of-the-trade/), let's talk about [`fd`](https://github.com/sharkdp/fd).
## What is fd?
[`fd`](https://github.com/sharkdp/fd) is an extremely fast replacement for the GNU coreutils' `find(1)` tool. It's written in Rust, and is built for humans, arguably unlike `find(1)`.
`fd` is an extremely fast replacement for the GNU coreutils' `find(1)` tool. It's written in Rust, and is built for humans, arguably unlike `find(1)`.
## Why do I use it?
@ -75,3 +77,5 @@ Already feels like home!
[hub](https://hub.github.com) is a `git` wrapper that provides some handy features on top like `sync` which updates all locally checked out branches from their upstream remotes. You can re-implement this with some leg work but I'll leave that as an exercise for you.
And that's about it! Let me know what you think of `fd` and if you're switching to it, over on [Twitter](https://twitter.com/MSF_Jarvis).
This was part 3 of the [Tools of the trade](/categories/tools-of-the-trade/) series.

View File

@ -8,7 +8,7 @@ tags = ["fzf", "cli-tools", "tools-of-the-trade"]
title = "Tools of the trade: fzf"
+++
In this second post, let's talk about [fzf](https://github.com/junegunn/fzf).
In the second post of [this series](/categories/tools-of-the-trade/), let's talk about [fzf](https://github.com/junegunn/fzf).
## What is fzf?
@ -58,3 +58,5 @@ The syntax as evident, is pretty simple
The `+abort` there is optional, and signals `fzf` that we want to exit after running the command. Detailed instructions are available in the `fzf` [README](https://github.com/junegunn/fzf#readme).
And that's it from me. Tweet at me at [@MSF_Jarvis](https://twitter.com/MSF_Jarvis) with any fancy `fzf` recipes you come up with!
This was part 2 of the [Tools of the trade](/categories/tools-of-the-trade/) series.