Skip to content

Commit 3e07c90

Browse files
author
Carlos Cabanero
committed
Completions for bc and less
1 parent c37f820 commit 3e07c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Blink/Complete.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ struct Complete {
115115
}
116116
let result = [
117117
"awk": "Select particular records in a file and perform operations upon them.",
118+
"bc": "Calculator 🧮.",
118119
"cat": "Concatenate and print files.",
119120
"cd": "Change directory.",
120121
// // "chflags": "chflags", // TODO
@@ -204,7 +205,7 @@ struct Complete {
204205
case "ssh", "ssh2", "mosh", "mosh1": return .blinkHost
205206
case "ping": return .host
206207
case "ls": return .directory
207-
case "file", "vim": return .file
208+
case "file", "vim", "less": return .file
208209
case "geo": return .blinkGeo
209210
case "build": return .blinkBuild
210211
case "facecam": return .facecam

0 commit comments

Comments
 (0)