Documentation
¶
Overview ¶
Slot saves and renders named shell commands with Go template substitution.
Store frequently used commands with template variables and tags for quick execution. Render commands with variable substitution and integrate with your shell for seamless workflow.
Usage:
slot [command] [flags]
Use "slot --help" for more information.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
cli
Package cli implements the command-line interface for slot.
|
Package cli implements the command-line interface for slot. |
|
integration
Package integration provides embedded shell integration snippets.
|
Package integration provides embedded shell integration snippets. |
|
render
Package render provides Go template parsing and execution for command string substitution.
|
Package render provides Go template parsing and execution for command string substitution. |
|
slot
Package slot defines the data structures for slot command storage.
|
Package slot defines the data structures for slot command storage. |
|
store
Package store provides persistent storage operations for slot data with atomic file operations.
|
Package store provides persistent storage operations for slot data with atomic file operations. |
Click to show internal directories.
Click to hide internal directories.
