padz 0.10.1

A fast, project-aware scratch pad for the command line
1
2
3
4
5
6
7
8
9
{{- "Deleted Pads" | style("section-header") | nl -}}
{{- "" | nl -}}
{{- "These pads are marked for deletion and will be permanently deleted after a month." | style("help-text") | nl -}}
{{- "To restore a pad:" | style("help-text") | nl -}}
{{- "    padz restore <index>      - Restore specific pads" | style("help-text") | nl -}}
{{- "    padz restore              - Restore all deleted pads" | style("help-text") | nl -}}
{{- "To permanently delete:" | style("help-text") | nl -}}
{{- "    padz purge <index>        - Permanently delete specific pads" | style("help-text") | nl -}}
{{- "    padz purge                - Permanently delete all deleted pads" | style("help-text") | nl -}}