From 09e4bdddc7415117cc27047ad0d7afe523f064c2 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 5 Nov 2017 11:16:46 +0300 Subject: Read metadata Reading effective URI and content type (if those are available) now, aiming `curl -w` or similar commands. Not a particularly nice way, and complicates both the program and the configuration, but sometimes file name extensions are deceptive. --- Pancake/Command.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pancake/Command.hs') diff --git a/Pancake/Command.hs b/Pancake/Command.hs index a1a0b09..6adc51d 100644 --- a/Pancake/Command.hs +++ b/Pancake/Command.hs @@ -84,5 +84,6 @@ command c = [ basicCommand "basic command" , followRef "follow ref" , showRef "show ref" + , shortcut (shortcuts c) "shortcut" , goTo "go to" - , shortcut (shortcuts c) "shortcut"]) + ]) -- cgit v1.2.3