]> gitweb.factorcode.org Git - factor.git/commitdiff
gemini: formatting.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 12 Mar 2021 07:12:46 +0000 (23:12 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 12 Mar 2021 07:12:46 +0000 (23:12 -0800)
extra/gemini/cli/cli.factor

index c8cb9eb77cad2cbc64943dfac0d981932a9b6c3c..6ff87637551dce250154eb8df9cb1881fb8e5cb7 100644 (file)
@@ -23,15 +23,15 @@ CONSTANT: ABBREVS H{
 }
 
 CONSTANT: COMMANDS H{
-    { "back" "Go back to the previous Gemini URL." }
+    { "back"    "Go back to the previous Gemini URL." }
     { "forward" "Go forward to the next Gemini URL." }
-    { "go" "Go to a Gemini URL" }
-    { "help" "Get help for commands." }
-    { "history" "Display recent history of Gemini URLs." }
-    { "less" "View the most recent Gemini URL in a pager." }
-    { "quit" "Quit the program." }
-    { "reload" "Reload the most recent Gemini URL." }
-    { "up" "Go up one directory from the recent Gemini URL." }
+    { "go"      "Go to a Gemini URL" }
+    { "help"    "Get help for commands." }
+    { "history" "Display recently viewed Gemini URLs." }
+    { "less"    "View the most recent Gemini URL in a pager." }
+    { "quit"    "Quit the program." }
+    { "reload"  "Reload the most recent Gemini URL." }
+    { "up"      "Go up one directory from the recent Gemini URL." }
 }
 
 CONSTANT: HISTORY V{ }