From 16fbe9bcbb634a47ea7bc38ad01167845e779f43 Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Sat, 17 Jul 2021 10:29:43 +0200 Subject: [PATCH] some content --- content/_index.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f6a0a74 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,30 @@ +--- +title: #5251's toolbox +--- + +# Welcome to my little toolbox + +## Command Line Interface + +### File management + +* [bat](https://github.com/sharkdp/bat) - a cat(1) clone with syntax highlighting and Git integration. +* [exa](https://the.exa.website/) - an improved file lister with more features and better defaults. +* [ripgrep](https://github.com/BurntSushi/ripgrep) - a line-oriented search tool that recursively searches the current directory for a regex pattern. + +### Graphics + +* [guetzli](https://github.com/google/guetzli/) - a JPEG encoder that aims for excellent compression density at high visual quality. +* [svgo](https://github.com/svg/svgo) - a tool for optimizing SVG vector graphics files. + +### Security + +* [minisign](https://jedisct1.github.io/minisign/) - a dead simple tool to sign files and verify signatures. + +### Terminal + +* [tmux](https://github.com/tmux/tmux) - an open-source terminal multiplexer for Unix-like operating systems. + +### Web + +* [httpie](https://httpie.io/) - a user-friendly command-line HTTP client for the API era.