←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.205s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
tuxie_ ◴[] No.35739602[source]
After pushing to a branch, gitlab sends you back a URL where you can create the merge request (MR). This broke my flow because I do all my development using command line tools.

So I created this tool that opens an MR off the branch I'm on. It opens up my favorite editor and asks me for a title and a description in the same way that git does for commits. It splits it in first line for title and the rest for the body.

It's very simple but I'm very happy with it. Now I extended it to list the open MRs, show the tickets in the current sprint, etc...

Nobody else in my company uses it tbh, but I don't care because it solves _my_ problem and I love it.

replies(1): >>35740133 #
1. jacknews ◴[] No.35740133[source]
+1 for Merge Request