![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/akeil/contacts
A Command line address book that works with a collection of vCard files in a single directory.
Use the following commands:
To add
a new contact:
$ card add -f John -l Doe
Will add a new contact to the address book and open it in the editor.
To edit
an existing contact:
$ card edit john
The edit command takes a single search term. If that term matches exactly one contact, that contact is opened in the editor. IF multiple matches are found, one is chosen.
To del
(ete) a contact:
$ card del john
As with edit, a single search term is used to select the contact to be deleted. Only one contact will be deleted at a time.
ls
will produce a list of all contacts, optionally filtered by a search term.
$ card ls
To show
details for a single contact:
$ card show john
Configuration is kept in JSON format at ~/.config/contacts.config.json
.
The configuration file looks like this:
{
"Addressbook": "~/contacts",
"Editor": "/usr/bin/nano"
}
FAQs
Unknown package
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.