Documentation
¶
Overview ¶
Package show implements the ctx pad show subcommand.
It outputs the raw text of a pad entry by index, designed for pipe composability with other pad commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the pad show subcommand.
Outputs the raw text of entry N (1-based) with no numbering prefix. Designed for pipe composability:
ctx pad edit 1 --append "$(ctx pad show 3)"
Returns:
- *cobra.Command: Configured show subcommand
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.