this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Add demo gif

+40
+1
.gitignore
··· 2 2 issurge/__pycache__ 3 3 .coverage 4 4 coverage.xml 5 + aur/
+9
.ortfo/description.md
··· 12 12 13 13 # issurge 14 14 15 + 15 16 :: en 17 + 18 + ![](../demo.mp4 "Demo video") 16 19 17 20 A small CLI tool to easily submit plenty of issues from a text file. Useful when you get a feedback document from a client 21 + 22 + [Sur GitHub](https://github.com/ewen-lbh/issurge.git) 18 23 19 24 :: fr 20 25 26 + ![](../demo.mp4 "Vidรฉo de dรฉmonstration") 27 + 21 28 Un petit outil en ligne de commande pour soumettre facilement beaucoup de problรจmes ร  partir d'un fichier texte. Utile lorsque l'on reรงoit un document de feedback d'un client 29 + 30 + [On GitHub](https://github.com/ewen-lbh/issurge.git)
+2
README.md
··· 4 4 5 5 Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file. 6 6 7 + ![demo](./demo.gif) 8 + 7 9 ## Supported platforms 8 10 9 11 - Gitlab (including custom instances): requires [`glab`](https://gitlab.com/gitlab-org/cli#installation) to be installed
demo.gif

This is a binary file and will not be displayed.

demo.mp4

This is a binary file and will not be displayed.

+28
demo.tape
··· 1 + Require issurge 2 + Require gh 3 + 4 + Output demo.gif 5 + 6 + Set FontFamily "Victor Mono" 7 + Set Theme "Catppuccin Mocha" 8 + Set Shell "fish" 9 + Set Width 1200 10 + Set Height 800 11 + 12 + 13 + Hide 14 + Type@1ms "mkdir -p ~/.local/temp; head -n 15 exemple/exemple.issurge > ~/.local/temp/feedback" Enter 15 + Type@1ms "cd ~/.local/temp; rm -rf playground; gh repo clone playground" Enter 16 + Sleep 5s 17 + Type@1ms "cd playground; mv ../feedback ./" Enter 18 + Ctrl+L Show 19 + 20 + 21 + Type "head -n 10 feedback" Sleep 200ms Enter Sleep 4s 22 + 23 + Type "issurge feedback" Enter Sleep 20s 24 + 25 + Type "gh issue list" Enter Sleep 5s 26 + 27 + Hide 28 + Type@1ms "cd ../..; rm -rf temp"