diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 16:05:31 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 16:05:31 +0200 |
| commit | 9f74b1a1b6b4dfdfaa3d4aecbf3bbc5215390f14 (patch) | |
| tree | 7719b014ab6798a4a95a00ea138e7ec839236e60 /content/en | |
| parent | b25628ab7b04eff4fbd9065c8dfacbc8ee27cb10 (diff) | |
| download | danixxyz-9f74b1a1b6b4dfdfaa3d4aecbf3bbc5215390f14.tar.gz danixxyz-9f74b1a1b6b4dfdfaa3d4aecbf3bbc5215390f14.zip | |
docs: add callout spec/plan, actions shortcode in bash-notes, fix IT trailing newline
- docs/superpowers/specs/2026-04-29-callout-shortcode-design.md — approved design spec
- docs/superpowers/plans/2026-04-29-callout-shortcode.md — implementation plan
- content/en/articles/bash-notes: add actions download button
- content/it/articles/bash-notes: fix missing trailing newline
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'content/en')
| -rw-r--r-- | content/en/articles/bash-notes/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index c11c812..5a2e745 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -160,6 +160,8 @@ And the script will take care of putting everything back where it belongs. ### Installing +{{< actions inclass="border-2 shadow-xl mx-auto" outclass="flex justify-center" url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="Download from Git Repository" >}} + Simply copy the script in your $PATH and make it executable, something like this should work: ```bash |
