Skip to content

Commit

Permalink
Completions for bc and less
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Mar 26, 2024
1 parent c37f820 commit 3e07c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Blink/Complete.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct Complete {
}
let result = [
"awk": "Select particular records in a file and perform operations upon them.",
"bc": "Calculator 🧮.",
"cat": "Concatenate and print files.",
"cd": "Change directory.",
// // "chflags": "chflags", // TODO
Expand Down Expand Up @@ -204,7 +205,7 @@ struct Complete {
case "ssh", "ssh2", "mosh", "mosh1": return .blinkHost
case "ping": return .host
case "ls": return .directory
case "file", "vim": return .file
case "file", "vim", "less": return .file
case "geo": return .blinkGeo
case "build": return .blinkBuild
case "facecam": return .facecam
Expand Down

0 comments on commit 3e07c90

Please sign in to comment.