some content

This commit is contained in:
Marco Ziesing 2021-07-17 10:29:43 +02:00
parent 65a90e0546
commit 16fbe9bcbb

30
content/_index.md Normal file
View file

@ -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.