diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 21:11:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-08 13:06:20 +0530 |
| commit | 538777b1dffdbfc0efece3ad9341504d8fbac455 (patch) | |
| tree | fbe4a00b61b9bcbdde0d0074754b1e4cac042d9e /lib/Daffm/Types.hs | |
| parent | 8cc1763237f9f12d25cf00735ce63c5655877899 (diff) | |
| download | daffm-538777b1dffdbfc0efece3ad9341504d8fbac455.tar.gz daffm-538777b1dffdbfc0efece3ad9341504d8fbac455.zip | |
Add command-shell command for calling commands from shell
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 197ab63..5133c2b 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -55,6 +55,7 @@ data KeyMatchResult = MatchSuccess Command | MatchPartial | MatchFailure data Command = CmdShell Bool Text.Text + | CmdCommandShell Text.Text | CmdQuit | CmdSetCmdline Text.Text | CmdEnterCmdline |
