Command line tools (CLIs) uses only typed commands and show text output in an tool called a terminal. TUIs are complete apps that ditch the mouse entirely for fast keybard interaction. They're often faster than using a mouse in traditional apps (GUIs). CLI - Command Line Interface apps & tools. TUI - Terminal User Interface apps & tools. GUI - Graphical User Interface (traditional apps).
Command line tools (CLIs) uses only typed commands and show text output in an tool called a terminal. TUIs are complete apps that ditch the mouse entirely for fast keybard interaction. They're often faster than using a mouse in traditional apps (GUIs). CLI - Command Line Interface apps & tools. TUI - Terminal User Interface apps & tools. GUI - Graphical User Interface (traditional apps).
hiSHtory: Your shell history on steroids: Stored in context, synced to all your machines, and easily queryable
Including the server as part of the release sounds reasonable to me. I'm inclined to keep it as a separate file since most people don't need that feature, so I'd rather not unnecessarily increase the size of the main binary size. I filed https://github.com/ddworken/hishtory/issues/78 to track this.