From 8e47b739fc3f1679230ccd19f1b9773e012f5c5c Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 19 Feb 2024 16:21:20 -0800 Subject: [PATCH] doc: add a better description --- .github/workflows/push.yaml | 2 +- README.md | 2 ++ doc/harpoon-term.txt | 4 +++- garden.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index aa0d7bb..d2bb94c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -31,7 +31,7 @@ jobs: - name: Generate docs uses: kdheepak/panvimdoc@main with: - description: ' Fork of the harpoon.term module from Harpoon v1' + description: Quickly jump to terminals vimdoc: harpoon-term pandoc: README.md toc: 'false' diff --git a/README.md b/README.md index eafa607..462becc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # harpoon-term +Quickly jump to terminals. + *Harpoon Term* is a friendly fork of the `harpoon.term` module from [harpoon](https://github.com/ThePrimeagent/harpoon). diff --git a/doc/harpoon-term.txt b/doc/harpoon-term.txt index 0f50451..e5ba76c 100644 --- a/doc/harpoon-term.txt +++ b/doc/harpoon-term.txt @@ -1,8 +1,10 @@ -*harpoon-term.txt* Fork of the harpoon.term module from Harpoon v1 +*harpoon-term.txt* Quickly jump to terminals ============================================================================== 1. harpoon-term *harpoon-term-harpoon-term* +Quickly jump to terminals. + _Harpoon Term_ is a friendly fork of the `harpoon.term` module from harpoon . diff --git a/garden.yaml b/garden.yaml index 7f64306..5c29de6 100644 --- a/garden.yaml +++ b/garden.yaml @@ -30,7 +30,7 @@ trees: - doc/post doc/build: | panvimdoc.sh \ - --description ' Fork of the harpoon.term module from Harpoon v1' \ + --description 'Quickly jump to terminals' \ --input-file README.md \ --project-name ${TREE_NAME} \ --toc false