
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
More than just check-boxes. Create a simple check list, bookmarks, or start menu.
gem install gtk2checkboxes
$ gtk2checkboxes --help
Usage:
gtk2checkboxes [:options+]
Options:
-h --help
-v --version
--minime Real minime
--notoggle Minime wont toggle decorated and keep above
--notdecorated Dont decorate window
Mouse clicks on logo:
Append item
to quickly add a check list item to the current listEdit
to open the list's markdown fileRename
to rename the current listAdd
to add a new listDelete
to delete the current list~/.config/gtk3app/gtk2checkboxes/config-*.rbon
You can change your editor to something else,
but the process should not detach(go to background).
For example, I edited my Editor:
key from:
Editor: "gedit $cachefile",
To:
Editor: "nvim-qt --geometry 725x936 --nofork $cachefile",
In the list's markdown file:
Any line that looks like - [ ] item
is considered to be a check box:
- [ ] This is a unchecked item
- [x] This is a checked item
In the list's markdown file:
Any line that looks like * [link](target)
is considered to be a link.
The target will be open by it's preferred application:
* [Link to github](https://github.com)
In the list's markdown file:
Any line that looks like + command: executable
is considered to be a command.
The executable is spawn when the command button is clicked:
+ Spawn X-terminal: xterm
In the list's markdown file:
Any line that looks like * label
is considered to be a label:
* Hello!
Lines in the list's markdown file that does not match any of the above match cases is ignored.
(The MIT License)
Copyright (c) 2023 CarlosJHR64
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Unknown package
We found that gtk2checkboxes 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.