
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Goldie is a command line todo list with lots of progress bars. Progress is its middle name.
$ gem install goldie
Run it like this:
$ goldie
It will set up the database in a folder called .goldie in your $HOME. Then you can start adding todo items:
$ goldie add "take out the trash"
This adds an item with a default weight of 1. The weight of each item determines how much it affects your overall progress bar. It can be any integer. I like to set the weight to the number of minutes I think each task will take me.
$ goldie add "read chapter 5" 60
Then if I get that task half done, I can mark it as such:
$ goldie done 2 30
This marks task #2 as 30 minutes done, out of 60.
There are many more commands. Commands are simply Ruby methods. You can use the 'help' command to list them all, or read lib/goldie/commands.rb for details, for now.
FAQs
Unknown package
We found that goldie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.