issues
search
seveas
/
git-spindle
Abandoned command-line interface to GitHub and other central git services
Other
172
stars
35
forks
source link
fix requesting and output of issues
#152
Closed
Vampire
closed
6 years ago
Vampire
commented
7 years ago
use BitBucket API v2 to retrieve issues, this give a ready-made web link
fix encoding of issue titles and bodies in case of non-utf-8 terminal like on windows
gracefully display if an issue cannot be found
do not iterate over all GitLab issues to find one specific, but request only that one directly
seveas
commented
6 years ago
Thanks! Applied as f2938f2