From 83d943abc892a14a790fab89d06c35a50309eddf Mon Sep 17 00:00:00 2001 From: Vincent Gendron Date: Sat, 10 Aug 2024 16:54:56 +0200 Subject: [PATCH] docs: Added minimal README --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index e69de29..709d9b0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,44 @@ +# Ctrl IDE + +A keyboard driven IDE in your terminal, the unix way. + +```txt +,---,---,---,---,---,---,---,---,---,---,---,---,---,-------, +| | | | | | | | | | | | [ | ] | <- | +|---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----| +| ->| | | | | | | | | | | | [ | ] | \ | +|-----',--',--',--',--',--',--',--',--',--',--',--',--'-----| +| Caps | | | C | T | R | L | | | | ; | ' | Enter | +|------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------| +| | | | | | | | | , | . | / | | +|------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------| +| ctrl | | alt | | alt | | ctrl | +'------' '-----'--------------------------'------' '------' +``` + +## Primary tools used + +- Nushell +- Yazi +- Helix editor +- Zellij +- Lazygit + +## Inspiration + +### Design + +- Catppuccin + +### IDE/Code editor + +- Jetbrain's IDE + +## Thanks to + +### Design + +- Nieminen Mika for the ascii art +- Catppuccin + +### Language servers