Skip to content

Commit

Permalink
Added shell utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mhvelplund authored May 29, 2024
1 parent 10c1c12 commit c45c33c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/DevOps/BashScripting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Bash scripting
# Shell scripting

<!-- toc -->

## Shell utilities

* [fzf](https://github.com/junegunn/fzf): Fuzzy find.
* [fd](https://github.com/sharkdp/fd): User-friendly `find`.
* [rg](https://github.com/BurntSushi/ripgrep): RipGrep.
* [bat](https://github.com/sharkdp/bat): Syntax highlight `cat`.

[4 Useful fzf Tricks for Your Terminal](https://pragmaticpineapple.com/four-useful-fzf-tricks-for-your-terminal/)


## Fancy Fish-like Bash

Install [`ble.sh`](https://github.com/akinomyoga/ble.sh):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ You know how sometimes you hit a wall while developing, and that starts a long q

## Notes

- (2024-05-29) [Shell scripting](./DevOps/BashScripting.md)
- (2024-04-18) [Node.js & TypeScript](./Programming/Node.md)
- (2024-03-21) [Kubernetes](./Miscellaneous/Kubernetes.md)
- (2024-01-25) [OpenSSL/Certificates](./Miscellaneous/Certificates.md)
- (2024-01-19) [Docker](./DevOps/Docker.md)
- (2024-01-07) [Jupyter & Rust](./Programming/JupyterRust.md)
- (2024-01-07) [Python](./Programming/Python.md)
- (2024-01-05) [Misc. Notes](./Miscellaneous/MiscNotes.md)
- (2023-09-23) [Bash scripting](./DevOps/BashScripting.md)
- (2023-09-15) [Git](./Miscellaneous/Git.md)
- (2023-09-14) [VS Code](./Miscellaneous/VS%20Code.md)
- (2023-09-02) [Obsidian](./Miscellaneous/ObsidianNotes.md)
Expand Down

0 comments on commit c45c33c

Please sign in to comment.