mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-17 02:47:18 +02:00
feat: highlight your name in orange
This commit is contained in:
@@ -11,7 +11,8 @@ export type AppId =
|
||||
| "profile"
|
||||
| "encode"
|
||||
| "decode"
|
||||
| "relay";
|
||||
| "relay"
|
||||
| "debug";
|
||||
|
||||
export interface WindowInstance {
|
||||
id: string;
|
||||
|
||||
@@ -87,6 +87,18 @@ export const manPages: Record<string, ManPageEntry> = {
|
||||
category: "System",
|
||||
defaultProps: { cmd: "help" },
|
||||
},
|
||||
// debug: {
|
||||
// name: "debug",
|
||||
// section: "1",
|
||||
// synopsis: "debug",
|
||||
// description:
|
||||
// "Display the current application state for debugging purposes. Shows windows, workspaces, active account, and other internal state in a formatted view.",
|
||||
// examples: ["debug View current application state"],
|
||||
// seeAlso: ["help"],
|
||||
// appId: "debug",
|
||||
// category: "System",
|
||||
// defaultProps: {},
|
||||
// },
|
||||
man: {
|
||||
name: "man",
|
||||
section: "1",
|
||||
|
||||
Reference in New Issue
Block a user