Skip to content

Commit

Permalink
fix: jc was ommitted from manifest
Browse files Browse the repository at this point in the history
thus not added and so absent from documentation as well
  • Loading branch information
philclifford committed Nov 10, 2023
1 parent e0b26cb commit 9af8031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions 01-main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ cog.out(pretty_list)
| [<img src="../.github/direct.png" align="top" width="20" />](https://iriun.com/) | `iriunwebcam` | <i>Use your phone's camera as a wireless webcam.</i> |
| [<img src="../.github/github.png" align="top" width="20" />](https://www.jabref.org/) | `jabref` | <i>The efficient way to collect, organize & discover.</i> |
| [<img src="../.github/debian.png" align="top" width="20" />](https://jami.net/) | `jami` | <i>Share, freely and privately.</i> |
| [<img src="../.github/github.png" align="top" width="20" />](https://github.com/kellyjonbrazil/jc) | `jc` | <i>JSON CLI output utility</i> |
| [<img src="../.github/debian.png" align="top" width="20" />](https://jellyfin.org/) | `jellyfin` | <i>The Free Software Media System.</i> |
| [<img src="../.github/github.png" align="top" width="20" />](https://jellyfin.org) | `jellyfin-media-player` | <i>Jellyfin Media Player is a desktop client using jellyfin-web with embedded MPV player for the Jellyfin Media Server.</i> |
| [<img src="../.github/github.png" align="top" width="20" />](https://github.com/hvdwolf/jExifToolGUI) | `jexiftoolgui` | <i>jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey</i> |
Expand Down
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ irccloud-desktop
iriunwebcam
jabref
jami
jc
jellyfin
jellyfin-media-player
jexiftoolgui
Expand Down
2 changes: 1 addition & 1 deletion 01-main/packages/jc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFVER=1
ARCHS_SUPPORTED='amd64'
get_github_releases 'kellyjonbrazil/jc' 'latest'
if [ "${ACTION}" != prettylist ]; then
if [ "${ACTION}" != prettylist ]; then # far more efficient model for json parsing
URL=$(grep -m1 -o "\"browser_download_url\":[[:space:]]*\"[^\"]*${HOST_ARCH}[^\"]*\.deb" "${CACHE_FILE}")
URL=${URL##*\"}
VERSION_PUBLISHED=${URL##*/download/v}
Expand Down

0 comments on commit 9af8031

Please sign in to comment.