Open milahu opened 2 years ago
workaround in bash: archive-github-issues.sh
' else echo ' | TODO icon | ' fi else echo 'TODO icon | ' fi else # column: type #echo "$type | " # column: status #echo "$status | " # column: status + type #echo "$status $type | " : fi # column: title, number, date, author #echo "$title #$number opened on $datetime by $author | "
comments_str=$(if ((num_comments > 0)); then echo " 💬 $num_comments"; else echo ""; fi)
echo "
$title #$number opened on $datetime by $author$comments_str | 💬 $num_comments | " else echo "" fi fi #echo '' done echo ' |
example result: github-issues
for better navigation
navigating an anonymous file list like
is not user friendly