![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.
Table of Contents
pipx install edwh
# or: uvenv install edwh
# or with all plugins:
pipx install[plugins]
# or with specific plugins:
pipx install[multipass,restic]
# managing plugins later:
edwh plugins
edwh plugin.add multipass
edwh plugin.remove multipass
# to see all available commands:
ew # or `edwh`
# to see help about a specific namespace:
ew help <namespace> # e.g. `ew help plugin`
# to see help about a specific command:
ew help <command> # e.g. `ew help plugin.list`
Commands are loaded in the following order:
EDWH Package:
ew plugins.
).Plugins:
ew mp.
).Current Directory:
local.
namespace. If it doesn't exist, it traverses up the directory tree../tasks.py
, ../../tasks.py
).Other Local Tasks:
namespace.tasks.py
) and can be invoked
with edwh namespace.command
.Personal Global Tasks:
~/.config/edwh/tasks.py
) are also loaded into the global namespace, useful for
shortcuts, custom aliases, etc. (+ add_alias
).Personal Namespaced Tasks:
~/.config/edwh/namespace.tasks.py
). Similar to a plugin, but for
personal use.edwh-multipass-plugin
educationwarehouse/edwh-multipass-plugin
edwh[multipass]
mp
edwh-restic-plugin
educationwarehouse/edwh-restic-plugin
edwh[restic]
restic
edwh-pipcompile-plugin
educationwarehouse/edwh-pipcompile-plugin
edwh[pip]
pip
edwh-bundler-plugin
educationwarehouse/edwh-bundler-plugin
edwh[bundler]
bundle
edwh-server-provisioning-plugin
educationwarehouse/server_provisioning
edwh[server-provisioning]
remote
edwh-b2-plugin
educationwarehouse/edwh-b2-plugin
edwh[b2]
b2
edwh-locust-plugin
educationwarehouse/edwh-locust-plugin
edwh[locust]
locust
edwh-sshkey-plugin
educationwarehouse/edwh-sshkey-plugin
edwh[sshkey]
sshkey
edwh-sshfs-plugin
educationwarehouse/edwh-sshfs-plugin
edwh[sshfs]
sshfs
edwh-files-plugin
educationwarehouse/edwh-files-plugin
edwh[files]
file
edwh-whitelabel-plugin
educationwarehouse/edwh-whitelabel-plugin
edwh[whitelabel]
wl
edwh
is distributed under the terms of the MIT license.
FAQs
Education Warehouse maintenance tools
We found that edwh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
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.