jesseduffield / jesseduffield/lazycore
How do I build my own Lazy CLI app?
- Dominant language
- Go
- Stars
- 32
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Hey @jesseduffield!
Big fan of your work!
Apologies if this isn't the right place to ask, but I'd like to contribute to the lazy ecosystem by building **Lazy UFW - a TUI for lazy sysadmins and VPS owners** like me.
As much as UFW simplifies firewalls for servers, I find it a pain to constantly go,
```bash
sudo ufw status numbered
```
```bash
sudo ufw delete 4
```
... if all I want is to enable or deny some ports.
I'm guessing this repo contains all the code I need to build something like that. I'm planning to also extend it so we have a CLI to configure defaults from `/etc/default/ufw` from within the application.
Since I'm completely new to Golang and couldn't find any particular docs on how to start contributing - would you recommend I clone this as a submodule inside my repo or would I be able to install it as a library using a command?
Wish me luck as I try and figure out Golang because I'm too lazy to repeat CLI commands :D
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.