remove trialing commas

This commit is contained in:
2023-10-12 15:54:22 +02:00
parent 358a79ec51
commit 953e0e24a0

View File

@@ -75,19 +75,19 @@ A,kjv,"King James bible"
A,anki,"Space repetition learning (long install)" A,anki,"Space repetition learning (long install)"
A,zoom,"You know it, you hate it, but you need it" A,zoom,"You know it, you hate it, but you need it"
,pass-otp,"One time password support for pass" ,pass-otp,"One time password support for pass"
,qutebrowser,"vim-like browser with large customizability", ,qutebrowser,"vim-like browser with large customizability"
,python-adblock,"Brave-like adblocking in qutebrowser", ,python-adblock,"Brave-like adblocking in qutebrowser"
A,brave-bin,"Fallback Browser" A,brave-bin,"Fallback Browser"
,gomuks,"Terminal based Matrix/Element client", ,gomuks,"Terminal based Matrix/Element client"
,rsync,"the smarter `cp`", ,rsync,"the smarter `cp`"
A,tremc,"Terminal transmission client for torrents", A,tremc,"Terminal transmission client for torrents"
,picom,"Window Compositor which allows for gaussian blur effects" ,picom,"Window Compositor which allows for gaussian blur effects"
A,pass-git-helper,"Store your git specific logins in pass and automatically retrieve them when needed" A,pass-git-helper,"Store your git specific logins in pass and automatically retrieve them when needed"
,python-numpy,"Efficient Matrix and array handling in Python" ,python-numpy,"Efficient Matrix and array handling in Python"
,python-matplotlib,"Good Python plotting library copying matlabs implementation" ,python-matplotlib,"Good Python plotting library copying matlabs implementation"
,python-scipy,"Always needed for scientific python" ,python-scipy,"Always needed for scientific python"
,r,"Quirky but powerful language, very good for statistics" ,r,"Quirky but powerful language, very good for statistics"
,shellcheck,"A linter for shellscripts", ,shellcheck,"A linter for shellscripts"
,bluez,"you will want bluetooth, right?" ,bluez,"you will want bluetooth, right?"
,bluez-utils,"Interact with your bluetooth on the commandline" ,bluez-utils,"Interact with your bluetooth on the commandline"
,cronie,"A simple cronjob manager" ,cronie,"A simple cronjob manager"
1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
75 A anki Space repetition learning (long install)
76 A zoom You know it, you hate it, but you need it
77 pass-otp One time password support for pass
78 qutebrowser vim-like browser with large customizability
79 python-adblock Brave-like adblocking in qutebrowser
80 A brave-bin Fallback Browser
81 gomuks Terminal based Matrix/Element client
82 rsync the smarter `cp`
83 A tremc Terminal transmission client for torrents
84 picom Window Compositor which allows for gaussian blur effects
85 A pass-git-helper Store your git specific logins in pass and automatically retrieve them when needed
86 python-numpy Efficient Matrix and array handling in Python
87 python-matplotlib Good Python plotting library copying matlabs implementation
88 python-scipy Always needed for scientific python
89 r Quirky but powerful language, very good for statistics
90 shellcheck A linter for shellscripts
91 bluez you will want bluetooth, right?
92 bluez-utils Interact with your bluetooth on the commandline
93 cronie A simple cronjob manager