changie
gdu
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
changie
-
Changie - Auto mode and GitHub action
That is all for now. Reach me on twitter @miniScruffDev or by starting a discussion on GitHub.
-
Looking for feedback: cargo-changelog
Yes, there is changie - a golang tool that inspired me actually.
-
Documentation generated from Code with custom options
The complete source for this generation is here in gen.go and might help anyone else who wants to implement there own docs from code.
- Looking for projects to contribute
- Changie
- Any open source project I could join?
- Looking for open source project to contribute
-
Changie - Replacments and Choices
A short example is the one from Changie itself that asks for an issue number and adds a link when formatting. Changie's .changie.yaml is basically the default configuration with the issue choice added.
-
Changie - Automated Changelog Generation for Large Projects
That is all for now. Reach me on twitter @miniScruffDev or by starting a discussion on GitHub.
-
Running a method in the top-level scope of a Go program
I tend to create a package or file for handling configs with a load or init method depending on how it is loaded ( yaml or env vars ). Here is a bigger example for my own CLI tool Changie https://github.com/miniscruff/changie/blob/main/core/config.go.
gdu
-
Modern Unix Tool List
Seems like a pretty good collection of a lot of the tools I hear about these days, and also use myself sometimes.
I also like `fx`, which is like a combination of `jq` and `gdu`.
https://fx.wtf/
Oh, and also `gdu`, which is like `ndu` but faster:
https://github.com/dundee/gdu
-
Go: What We Got Right, What We Got Wrong
Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:
- gdu: a NCDU clone, much faster on SSD mounts [1]
- duf: a `df` clone with a nicer interface [2]
- massren: a `vidir` clone (simpler to use but with fewer options) [3]
- gotop: a `top` clone [4]
- micro: a nice TUI editor [5]
Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.
[1]: https://github.com/dundee/gdu
[2]: https://github.com/muesli/duf
[3]: https://github.com/laurent22/massren
[4]: https://github.com/xxxserxxx/gotop
[5]: https://github.com/zyedidia/micro
- Gdu – fast disk usage analyzer with console interface written in Go
-
Clean mount lists in Linux
For anyone that likes ncdu I would highly recommend gdu. https://github.com/dundee/gdu
-
new and interesting file managers or text editors for the cli lately?
gdu is faster
- How to report on usage?
- Why does macOS keep a cache of every wallpaper ever used?
-
Midnight Commander is MIA; any command line based twin pane file manager recommendations?
gdu - Just a very fast and cool disk usage explorer
-
RPCS3 compile to SD card?
The RPCS3 flatpak lives in /home/deck/.var/app/net.rpcs3.RPCS3. I'd advise you to install a tool like gdu or use something like du -h --max-depth=1 in the console in that directory, to find where the disk usage goes. There are also GUI tools, but I prefer these myself.
-
Ncdu – NCurses Disk Usage
While ncdu does the job I've found gdu (similar tool written in Go) significantly faster for larger directories.
https://github.com/dundee/gdu
What are some alternatives?
git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
higgs - A tiny cross-platform Go library to hide/unhide files and directories
towncrier - Manage the release notes for your project.
modern-unix - A collection of modern/faster/saner alternatives to common unix commands.
core - Backend server API handling user mgmt, database, storage and real-time component
duf - Disk Usage/Free Utility - a better 'df' alternative