From ec56f229a929ef9cb64827bbfe0b4872d19dae0e Mon Sep 17 00:00:00 2001 From: Andy Hall Date: Mon, 15 Apr 2024 22:44:49 -0400 Subject: [PATCH] Add tlrc --- data/apps.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/apps.csv b/data/apps.csv index e4fd2fd..b07c1fb 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1500,3 +1500,4 @@ devops,kubectx,https://kubectx.dev/,https://github.com/ahmetb/kubectx,Quickly sw package-manager,mise,https://mise.jdx.dev/,https://github.com/jdx/mise,"A development environment setup tool: dev tools, env vars, and task runner. Like `asdf` + `direnv` + `make`." devops,stern,,https://github.com/stern/stern,Multi pod and container log tailing for Kubernetes. git,gh,https://cli.github.com/,https://github.com/cli/cli,"GitHub's official tool to manage repos, issues, projects, gists and much more." +cheatsheet,tlrc,https://tldr.sh/tlrc/,https://github.com/tldr-pages/tlrc,Official tldr client written in Rust.