From 9935b3a2d3efca753864d3a52fc4a552bd6d9dc6 Mon Sep 17 00:00:00 2001 From: Vincent Gendron Date: Sat, 10 Aug 2024 17:10:57 +0200 Subject: [PATCH] docs(README): Added tools links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aaffa24..5b5478b 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ A keyboard driven IDE in your terminal, the unix way. ## Primary tools used -- Nushell -- Yazi -- Helix editor -- Zellij -- Lazygit +- [Nushell](https://www.nushell.sh) -> Shell +- [Yazi](https://yazi-rs.github.io) -> File explorer (Sidebar) +- [Helix editor](https://helix-editor.com) -> Code editor +- [Zellij](https://zellij.dev) -> Session/Project management +- [Lazygit](https://github.com/jesseduffield/lazygit) -> Git terminal user interface ## Inspiration