Good thing about #Arch Linux is that in a process of customising it and making it work the way you want you end up making your own custom distro. Today let us learn how to create hotkeys to run shell scripts and quickly open any application with custom parameters. ?
https://youtu.be/sTVTm9D4rYQ
Did you get a chance to try Jira expressions yet? Let us learn how to add a workflow condition using them along with #scriptrunner for Jira on Cloud. https://youtu.be/DeVNDOUbGzE
Today let us learn how to use Scripted condition on Jira Cloud.
Check whether the issue has an attachment of type pdf.
issue.attachments.filter(attachment => attachment.mimeType == 'application/pdf').length > 0
Check whether the issue has comments.
issue.comments
.length > 0
Learn about Jira expressions hereand take a look at some example conditions here.
Do you know that you can host a static website for free on #Gitlab? It super easy and fun. You can also create a #pipeline to deploy your site automatically from new commits. Want to learn how to do it? https://youtu.be/3O3fMVNqOJ0
P.S - I use #Emacs #OrgMode to quickly publish my notes to my blog with CI/CD pipelines. Fun stuff.
Try dwm which is an awesome window manager to get things done quickly. It is not very easy and you will have to make changes in C files and recompile it, but once you get used to it there is no going back. https://youtu.be/QianBRQ4Bwo