$ whoami█
Parth Sigdel
Building tools and utilities that boost developers' productivity.
$ cat about.md
About
Whether involved in large and impactful corporate assignments or innovative open source projects, I feel truly passionate for my work, and I am always on the lookout for my next challenge.
- C# / .NET
- Go
- TypeScript
- SQL/NoSQL
- LSP internals
- Lua
$ ls projects/
Projects
$ cat now.md
What I am working on
Working on
gtr
— a terminal dashboard for managing your GitHub
PRs, issues, reviews, and notifications, so you don't have to memorise or
keep digging through gh commands.
The problem gtr solves
Say you want to check your notifications and mark one as read from your
terminal.
If you were using gh, here's what that takes:
gh api notifications
Dig through the response for it.
gh api --method PATCH /notifications/threads/THREAD_ID
See it on your terminal. Press m. Done.
That's the problem gtr is solving — reducing inconveniency for you. There's a demo video on the README.
Also I am researching on:
- AI-legible CLI design: making CLI more accessible to an AI
- JSON as an optional output format for CLIs
- Unix CLI philosophy