Utils CLI (uc) brings some day-today dev utilities to the terminal as a small Go binary. Run uc --help for the full command list.
Install the latest release with one command:
curl -fsSL https://raw.githubusercontent.com/pavinduLakshan/utilscli/main/install.sh | shRun uc with no arguments to open the interactive terminal UI. UUID and password generation do not require input.
- Up/Down: Choose a tool, move through the input, or scroll the output when its pane is active.
- Tab: Move focus between the tool list, input editor, and output pane.
- Enter: Add a line in the input editor, or run a generator that needs no input.
- Ctrl+R: Run the selected tool.
- Page Up/Page Down: Scroll long output by a page from any pane. The mouse wheel also scrolls output.
- Home/End: Jump to the beginning or end of the output while its pane is active.
- Ctrl+Y: Copy the complete output to the system clipboard. A green Output copied notification confirms success; a yellow message explains empty-output or clipboard fallback cases.
- Esc: Exit the interactive UI.
Individual commands are also supported. See the documentation for all supported commands.
Eg:
uc b64-encode "I'm feeling Lucky"
# SSdtIGZlZWxpbmcgTHVja3k=
