From f4709f5b7b569ce4ccefb928f2e4cc51e15c8f56 Mon Sep 17 00:00:00 2001 From: Jakub Biesiada Date: Thu, 16 Sep 2021 08:28:43 +0200 Subject: [PATCH] feat: extend default open commmand --- commands/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/index.tsx b/commands/index.tsx index e32f4be..a70bbdf 100644 --- a/commands/index.tsx +++ b/commands/index.tsx @@ -6,6 +6,8 @@ interface Props { readonly inputArgs: T[]; } +// TODO + /// Quick Open opens files from a shell. const QuickOpen = ({ inputArgs }: Props) => { const [error, setError] = useState(null);