Skip to content

Commit

Permalink
New plugin (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit authored Sep 17, 2023
2 parents 8af1647 + c7c3d2d commit 50d9d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
run: |
cd target/${{ matrix.target }}/release
BINARY_NAME=xplr
strip $BINARY_NAME
RELEASE_NAME=xplr-${{ matrix.build }}
RELEASE_NAME=$BINARY_NAME-${{ matrix.build }}
tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
cat <(echo "${{ secrets.GPG_PASS }}") | gpg --pinentry-mode loopback --passphrase-fd 0 --detach-sign --armor $RELEASE_NAME.tar.gz
Expand Down
2 changes: 2 additions & 0 deletions docs/en/src/awesome-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ of the following plugins work for you, it's very easy to
with zentable.xplr.
- [**hartan/web-devicons.xplr**][59] Adds [nvim-web-devicons][60] to xplr with
optional coloring
- [**duganchen/one-table-column.xplr**][62] Moves file stats to a status bar.

## Also See:

Expand Down Expand Up @@ -120,3 +121,4 @@ of the following plugins work for you, it's very easy to
[59]: https://gitlab.com/hartan/web-devicons.xplr
[60]: https://github.com/nvim-tree/nvim-web-devicons
[61]: https://github.com/sayanarijit/tree-view.xplr
[62]: https://github.com/duganchen/one-table-column.xplr

0 comments on commit 50d9d1c

Please sign in to comment.